Skip to main content

NPM command

"deploy": "npm run build && firebase deploy",

NGX Rocket

NGX Rocket Angular Bootstrap Web Application

  • Angular
  • Bootstrap
  • Firebase Hosting

npm install -g generator-ngx-rocket

meaning of ynarxdeiH

y) overwrite
n) do not overwrite
a) overwrite this and all others
r) reload file (experimental)
x) abort
d) show the differences between the old and the new
e) edit file (experimental)
i) ignore, do not overwrite and remember (experimental)
h) Help, list all options

update ngx-rocket app

ngx update --tools

package.json

"deploy": "npm run build && firebase deploy",

gitignore

.firebaserc
**/.firebase
**/.firebaserc

NGX-Rocket config

"html/html-closing-tags": ["error", {
"singleline": "always"
}]