We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd0976 commit 3e0c104Copy full SHA for 3e0c104
projects/coreui-icons-angular/src/lib/icon/icon.directive.ts
@@ -9,7 +9,6 @@ import { transformName } from './icon.utils';
9
exportAs: 'cIcon',
10
selector: 'svg[cIcon]',
11
host: {
12
- ngSkipHydration: 'true',
13
'[innerHtml]': 'innerHtml()',
14
'[class]': 'hostClasses()',
15
'[attr.viewBox]': 'viewBox()',
0 commit comments