Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 621 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 621 Bytes

NgxSchematicsLibExample

This project is an example that shows how to implement support of ng-add schematic for angular library. It is a part of video tutorial

Before you start

Before you start you have to install Verdaccio server: npm install -g verdaccio

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Then run npm run build --prefix projects/super-ui-lib to build schematics and add artifacts to dist

More about schematics

See the official docs about Angular Schematics.