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.
- Host: GitHub
- URL: https://github.com/anh0701/ng-ui-components
- Owner: anh0701
- License: mit
- Created: 2023-10-02T15:56:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-07T04:27:51.000Z (over 2 years ago)
- Last Synced: 2025-08-26T17:55:52.344Z (10 months ago)
- Topics: angular
- Language: TypeScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```