Dev
vite-plugin-angular
If a component file contains multiple components with separate templateUrl files, it only picks up the first one for file watching and doesn't reload on changes to the other template files.
// component.ts
@Component({
templateUrl: 'template1.html'
})
export class Cmp1 { }
@Component({
templateUrl: 'template2.html`
})
export class Cmp2 { }
No response
No response
Owner Name | analogjs |
Repo Name | analog |
Full Name | analogjs/analog |
Language | TypeScript |
Created Date | 2022-07-06 |
Updated Date | 2023-03-28 |
Star Count | 885 |
Watcher Count | 18 |
Fork Count | 67 |
Issue Count | 33 |
Issue Title | Created Date | Updated Date |
---|