Simple http server to test Angular production build
After creating the production build for an Angular project with ng build --prod, the output is a folder of html and javascript, which will only work if you s...
After creating the production build for an Angular project with ng build --prod, the output is a folder of html and javascript, which will only work if you s...
There are some requirements that a module needs to fullfil before it can be published to npm. For example, you’ll need a main field in your package.json http...
Archetypes make it easy to scaffold a project, but remembering all the archetypes available and using the command line to activate it can be challenging to r...
Angular is a javascript framework for creating websites. Instead of using regular html tags (like div, span, form, input), Angular lets you define new html t...
This happens when I forgot to create the .gitignore file, resulting in the target folder containing the class files got uploaded to git. Solution git rm -r...