Skip to content

[note] NativeScript v9 will support ES Modules; if @Component uses moduleId, remove it #155

Description

@NathanWalker

This is a general note regarding upcoming NativeScript v9.

Some Angular projects use moduleId in the Component metadata, eg:

@Component({
  moduleId: module.id,
  // ...
})

This hasn't been needed since Angular 17 so it's safe to remove now.
With NativeScript v9, that will throw an error if present.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions