Created
April 29, 2019 16:18
-
-
Save stalniy/9fd89d8093cff2ccc93d9f78ef28a2c7 to your computer and use it in GitHub Desktop.
CASL Angular: Todo app header HTML
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
<header class="header"> | |
<h1>{{ title }}</h1> | |
<todo-form (newTodo)="addTodo($event)" *ngIf="'Todo' | can: 'create'"></todo-form> | |
</header> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment