This is a general note regarding upcoming NativeScript v9. Some Angular projects use `moduleId` in the `Component` metadata, eg: ```ts @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.