Created
March 29, 2019 06:03
-
-
Save lydemann/fe070f98fa3abc1027175ccd54436250 to your computer and use it in GitHub Desktop.
todo-list.component.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Component({ | |
selector: 'app-todo-list', | |
templateUrl: './todo-list.component.html', | |
styleUrls: ['./todo-list.component.scss'], | |
changeDetection: ChangeDetectionStrategy.OnPush | |
}) | |
export class TodoListComponent implements OnInit { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment