nativescript-schematics icon indicating copy to clipboard operation
nativescript-schematics copied to clipboard

User of deprecated Angular elements: "id" and Option entryComponent

Open cupidchan opened this issue 4 years ago • 0 comments

Describe the bug

"SchematicsNativeScriptAngularComponent" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.
"SchematicsNativeScriptAngularComponent" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.
"SchematicsAngularComponent" schema is using the keyword "id" which its support is deprecated. Use "$id" for schema ID.
Option "entryComponent" is deprecated: Since version 9.0.0 with Ivy, entryComponents is no longer necessary.

To Reproduce Execute the command ng g c component1, the above warnings will popup

Expected behavior No Warning

cupidchan avatar Aug 29 '21 11:08 cupidchan