Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 605 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 605 Bytes

Angular l10n sample

Sample app built with Angular CLI & Material: live example

Installing

Running

AoT compilation is used for both development and production.

Development

npm install
npm start

Production

npm run build

Test

npm test

Analyzing bundle

npm run analyze