Skip to content

Instantly share code, notes, and snippets.

@stalniy
Created April 29, 2019 16:18
Show Gist options
  • Save stalniy/9fd89d8093cff2ccc93d9f78ef28a2c7 to your computer and use it in GitHub Desktop.
Save stalniy/9fd89d8093cff2ccc93d9f78ef28a2c7 to your computer and use it in GitHub Desktop.
CASL Angular: Todo app header HTML
<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