# AngularJsDemo **Repository Path**: amonraknight/AngularJsDemo ## Basic Information - **Project Name**: AngularJsDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-27 - **Last Updated**: 2024-01-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AngularJsDemo A new Angular JS(TypeScript) demo project.

Environment

(1). Install or update node.js to V16.17.

(2). Install angular console tool:

npm install -g @angular/cli

Start the project

(1). Cede to the project folder "demo-app" on the terminal.

(2). Start the project:

ng serve --open