module
Version:
v0.0.0-...-6697815
Opens a new window with list of versions in this module.
Published: Jan 18, 2023
License: BSD-3-Clause
Opens a new window with license information.
README
¶
angular-refresher
Brushing up on my Angular and TypeScript
Setup
- Make sure NodeJS is installed
- Make sure Angular CLI is installed
npm install -g @angular/cli
- Configure apps using the syntax
ng new <pkg-name>
Creating our SimpleAngularApp
First:
cd web
Followed by:
ng new SimpleAngularApp
Serving It Up
First:
cd web
Followed by:
ng serve
Click to show internal directories.
Click to hide internal directories.