An open API service indexing awesome lists of open source software.

https://github.com/vlaek/angulartestproject

This is my first Angular test project
https://github.com/vlaek/angulartestproject

angular scss typescript

Last synced: 3 months ago
JSON representation

This is my first Angular test project

Awesome Lists containing this project

README

          

# Angular

This is my first Angular test project.

## Commands

- ng new "project_name" --no-standalone --routing - used to create an angular application using app.module.ts
- ng serve - used to run your application
- ng g c "component_name" - used to create an angular component
- ng s -o - used to rebuild application

## Angular Features

- ngFor, ngIf - Directives