angular
angular copied to clipboard
NativeScript for Angular
This adds the new `injector` option for modals so you can override only the injector. This also removes`ComponentFactoryResolver` usages from dialogs as it's deprecated and seems like will be removed...
This PR adds the angular devkit with brand new generators for component/pipe/directive. This is still a draft as we need a few extra things (list is incomplete, will add more...
Support both webpack and vite hooks around HMR abilities.
**Is your feature request related to a problem? Please describe.** NativeScript 9 introduced native sectioned ListView support with sticky headers ([Announcement](https://blog.nativescript.org/nativescript-9-announcement/#listview-sticky-headers%2C-sectioned-data-%26-search)). This feature is not yet supported with @nativescript/angular templates....
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...
20.1 and lower used source-map < 0.7. To fix this, you can add this to your `package.json`, then `ns clean` before running: ```json "overrides": { "@angular-devkit/core": { "source-map": "0.6.1" },...
**Describe the bug** ~~Shared element transitions are not working (at least on Android). or maybe I'm missing something undocumented?~~ EDIT: It's working. But `NavigationExtras` doesn't include "transition" property. Which throws...