- https://nodejs.org/en - npm install -g @angular/cli # New page - ng generate component - Go to the component (.component.ts) - add standalone: false to the @Component - remove imports: [] from that same block - Go to app.module.ts and add the new page in declaration - Add the new file to routes and give it a path (like 'new_page')