fullstack-devops / ng-ui-frame

Angular Material UI Frame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NG UI Frame

Deprecated -- moved to https://github.com/fullstack-devops/ng-mat-components

Installation

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`

Some Screenshots:

image image

Development server

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.

Code scaffolding

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.

Build

Run yarn run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run yarn run test to execute the unit tests via Karma.

Running end-to-end tests

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.

About

Angular Material UI Frame

License:Apache License 2.0


Languages

Language:TypeScript 60.3%Language:SCSS 16.5%Language:HTML 15.9%Language:JavaScript 7.0%Language:CSS 0.4%