marklreyes / angular-tasklist-ng9

A to-do list based on Angular 9 and NGRX for state management. Created with StackBlitz ⚡️

Home Page:https://stackblitz.com/edit/angular-tasklist-ng9

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To Do App

This project was generated with Angular CLI version 9.1.8. Read my full explanation of this code here.

Features

Provide sorting by table columns and searching.

Add sorting by multiple columns and persist the sorting on refresh.

Add the ability to drag and drop columns to reorder them using the native Angular cdk drag and drop.

Add ability to manually resize the columns by dragging with the mouse.

Use Angular, RxJs and NgRx ngrx for state management.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

A to-do list based on Angular 9 and NGRX for state management. Created with StackBlitz ⚡️

https://stackblitz.com/edit/angular-tasklist-ng9


Languages

Language:TypeScript 47.5%Language:HTML 37.9%Language:CSS 11.6%Language:JavaScript 3.0%