Skip to content

Reference implementation of common UI components in Angular

License

Notifications You must be signed in to change notification settings

andrewlo/al-components

Repository files navigation

AL Components

Sandbox app to practice creating some commonly used UI components.

Live deployment here: https://al-components.herokuapp.com/

npm scripts

To see all available scripts:

$ npm run

Dev

$ npm run dev

This runs a development mode server with live reload etc.

Open http://localhost:8080 in your browser.

Production

$ npm install
$ npm start

or

$ npm run build
$ npm start

This runs a production-ready express server that serves up a bundled and minified version of the client.

Note: AoT is enabled by default. To disable AoT, use npm run build:jit.

Open http://localhost:8080 in your browser.

Tests

Single Run (with linting and coverage)

$ npm test
# or
$ npm t

Watch Files

$ npm run test:watch

Coverage

$ npm run cover

About

Reference implementation of common UI components in Angular

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published