mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(templates): import required directives for ionic templates
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { AfterViewInit, Component, ElementRef, Renderer } from '@angular/core';
|
||||
import { NgIf } from '@angular/common';
|
||||
|
||||
import { Animation } from '../../animations/animation';
|
||||
import { Config } from '../../config/config';
|
||||
@ -27,6 +28,7 @@ import { ViewController } from '../nav/view-controller';
|
||||
</div>
|
||||
</div>
|
||||
`,
|
||||
directives: [NgIf],
|
||||
host: {
|
||||
'role': 'dialog',
|
||||
'[attr.aria-labelledby]': 'hdrId',
|
||||
|
Reference in New Issue
Block a user