https://github.com/codediodeio/can-i-use-ng-add
Where can I use the `ng add` command?
https://github.com/codediodeio/can-i-use-ng-add
Last synced: 3 months ago
JSON representation
Where can I use the `ng add` command?
- Host: GitHub
- URL: https://github.com/codediodeio/can-i-use-ng-add
- Owner: codediodeio
- Created: 2018-06-07T02:10:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T02:11:20.000Z (about 7 years ago)
- Last Synced: 2024-10-19T07:02:15.312Z (8 months ago)
- Size: 0 Bytes
- Stars: 15
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Packages that Support `ng add`
A list of packages supporting the `ng add` command.
Something missing? PR it
## @Angular
- `ng add @angular/pwa` - Progressive Web Apps
- `ng add @angular/elements` - Web Components## Component Libraries
- `ng add @angular/material` [Material](https://material.angular.io/guide/schematics)
- `ng add @clr/schematics` [VMware Clarity](https://github.com/vmware/clarity/)
- `ng add @ng-bootstrap/schematics` [ng-bootstrap](https://github.com/ng-bootstrap/ng-bootstrap)## SDKs
- Firebase AngularFire2 [In Development](https://github.com/angular/angularfire2/issues/1676)
## State Management
- NgRx [In Development](https://github.com/ngrx/platform/issues/920)
## Helpful Resources
- [Angular Devkit Schematics](https://www.npmjs.com/package/@angular-devkit/schematics)
- [Custom Schematics Talk by Manfred Steyer](https://www.youtube.com/watch?v=JAt1FSwhnWk)
- [Custom Angular Schematics by Tomas Trajan](https://medium.com/@tomastrajan/%EF%B8%8F-how-to-create-your-first-custom-angular-schematics-with-ease-%EF%B8%8F-bca859f3055d)
- [Your first @angular/schematics by Jorge Cano](https://medium.com/@jorgeucano/your-fist-angular-schematics-f711d70cb37c)