Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
/ dev Public archive

Application Development Tools for Angular

Notifications You must be signed in to change notification settings

DevIntent/dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2667405 · Jun 13, 2020

History

48 Commits
May 3, 2020
Jun 13, 2020
May 23, 2020
Oct 7, 2018
Sep 10, 2019
May 23, 2020
Sep 19, 2019
May 3, 2020
May 3, 2020
May 6, 2020
May 3, 2020
Jun 14, 2019
May 3, 2020
Jun 8, 2020
May 23, 2020
May 3, 2020
May 23, 2020
May 3, 2020
May 3, 2020

Repository files navigation

DevIntent Application Development Tools

This root project contains a demo app, in src/, that demonstrates the features of the @devintent/dev application development library.

This repository also includes @devintent/schematics which provide code generation based upon the modules in the @devintent/dev library.

Development server

Run npm start to serve the demo app in a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

  • Run npm run build to build the demo project. The build artifacts will be stored in the dist/dev-demo directory.
  • Run npm run build:lib to build the library project. The build artifacts will be stored in the dist/dev directory.
  • Run npm run build:schematics to build the schematics project.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.