← 返回首页
GitHub - DevIntent/angular-example: Repo for sharing best practices and creating reproductions for Angular bug reports · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

DevIntent/angular-example

 master
Go to file
Code

Repository files navigation

More items

DevIntent Angular Example

This is an example repo for sharing some best practices and creating public reproductions for Angular bug reports.

Coding Guidelines

Required tools

  • Node.js LTS w/ NPM 5+
  • Firebase CLI - npm install -g firebase-tools

Get Your Local Environment setup

  • git clone <repo>
  • cd angular-example
  • npm install
  • npm start will start a server locally
  • npm test to run the tests

Deploy The App to Production (Admins only)

  • Generate minimized production build - npm run build-prod
  • firebase login
  • npm run deploy-prod

Test Service Worker

  • Generate minimized production build - npm run build-prod
  • Start up a http-server to test the Service Worker - npm run start-sw
  • Check in Chrome DevTools
    • Application Tab -> Service Workers
    • You should see a Service Worker registered under 127.0.0.1

About

Repo for sharing best practices and creating reproductions for Angular bug reports

Topics

Resources

License

Contributing

Stars

3 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.