Code pedia
Here, you can find some codes we have used during the course, as so you can use them your own project!
Starting your project from scratch
// is comments, do not copy it to the terminal! π
Adding a new module to your app
app.module
is created automatically, as default from ng new
Cloning from a branch in GitHub
E.g.,
For cloning module 1, should you want to run it in your machine, do not forget npm i
and then npm start
Last updated