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

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?

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)