This is an example repo for sharing some best practices and creating public reproductions for Angular bug reports.
- Please see the contributing docs.
- Note the settings in .editorconfig and enable EditorConfig for your Editor or IDE.
- Node.js LTS w/ NPM 5+
- Firebase CLI -
npm install -g firebase-tools
git clone <repo>cd angular-examplenpm installnpm startwill start a server locallynpm testto run the tests
- Generate minimized production build -
npm run build-prod firebase loginnpm run deploy-prod