ng-ui-frame 0.2.4
Install from the command line:
Learn more about npm packages
$ npm install @fullstack-devops/ng-ui-frame@0.2.4
Install via package.json:
"@fullstack-devops/ng-ui-frame": "0.2.4"
About this version
Note: This project is currently in a testing phase. If you are interested please feel free to contact me
At some point there will be a documentation...
add to your local .npmrc
the following line to be able to use this package:
@fullstack-devops:registry=https://npm.pkg.github.com
And install it:
- yarn
yarn add @fullstack-devops/ng-ui-frame`
- npm
npm install @fullstack-devops/ng-ui-frame`
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng g c component-name
to generate a new component. You can also use ng g directive|pipe|service|class|guard|interface|enum|module
.
Run yarn run build
to build the project. The build artifacts will be stored in the dist/
directory.
Run yarn run test
to execute the unit tests via Karma.
Run yarn run e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.