2 |
3 |
4 | Create a new list
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
--------------------------------------------------------------------------------
/frontend/src/app/pages/new-list/new-list.component.scss:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Devstackr/task-manager-mean-stack/548d6f69cd4b226dc85cbacd85ede9cfdbc69131/frontend/src/app/pages/new-list/new-list.component.scss
--------------------------------------------------------------------------------
/frontend/src/app/pages/new-list/new-list.component.spec.ts:
--------------------------------------------------------------------------------
1 | import { async, ComponentFixture, TestBed } from '@angular/core/testing';
2 |
3 | import { NewListComponent } from './new-list.component';
4 |
5 | describe('NewListComponent', () => {
6 | let component: NewListComponent;
7 | let fixture: ComponentFixture