An open API service indexing awesome lists of open source software.

https://github.com/anh0701/ng-ui-components

UI components for angular.
https://github.com/anh0701/ng-ui-components

angular

Last synced: 2 months ago
JSON representation

UI components for angular.

Awesome Lists containing this project

README

          

1. generate library
```sh
ng generate library [name-lib]
```
2. build library
```sh
ng build [project] --watch
```
3. Run app
```sh
ng serve [name-app] [{ --port number-port }]
```
4. watch help command
```sh
ng [command] --help
```

5. generate component specific project
```sh
ng g c [name-component] --project=[name-lib]
```