This project was generated with Indigo.Design App Builder Code Gen.
Run ig start
to build the application, start a web server and open the application in the default browser. Then navigate to http://localhost:4200/
. Default serving port can be configured in ignite-ui-cli.json
via defaultPort
property.
Run ig build
to build the application into an output directory.
Run ig test
to execute the unit tests via Karma. Runs all .spec.ts
files under ./src
folder.
Run ig test --e2e
to execute the end-to-end tests via Protractor. Runs all .e2e-spec.ts
files under e2e
folder.