/angular-crash-todolist

Simple app for Angular crash course

Primary LanguageTypeScript

Angular Crash Course (TodoList)

This is the code for the crash course on YouTube

Quick Start

# Install dependencies
npm install

# Serve on localhost:4200
ng serve

# Build for production
ng build