Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 56cb0a7

Browse files
committed
Angular 2.1.2 upgrade WIP
1 parent 778443e commit 56cb0a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎nativescript-angular/dom-adapter.ts‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export class NativeScriptElementSchemaRegistry extends ElementSchemaRegistry {
4343
validateAttribute(name: string): {error: boolean, msg?: string} {
4444
return {error: false};
4545
}
46+
47+
allKnownElementNames(): string[] {
48+
return [];
49+
}
4650
}
4751

4852
export class NativeScriptSanitizer extends Sanitizer {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /