Chore/angular v21 migration #9
Merged
Annotations
9 errors
|
Check lint
Process completed with exit code 1.
|
|
Check lint:
src/app/shared/directives/webview/webview.directive.ts#L5
Components, Directives and Pipes should not opt out of standalone. Following this guide is highly recommended: https://angular.dev/reference/migrations/standalone
|
|
Check lint:
src/app/shared/components/page-not-found/page-not-found.component.ts#L7
Components, Directives and Pipes should not opt out of standalone. Following this guide is highly recommended: https://angular.dev/reference/migrations/standalone
|
|
Check lint:
src/app/home/home.component.ts#L12
Prefer using the inject() function over constructor parameter injection. Use Angular's migration schematic to automatically refactor: ng generate @angular/core:inject
|
|
Check lint:
src/app/home/home.component.ts#L8
Components, Directives and Pipes should not opt out of standalone. Following this guide is highly recommended: https://angular.dev/reference/migrations/standalone
|
|
Check lint:
src/app/detail/detail.component.ts#L7
Components, Directives and Pipes should not opt out of standalone. Following this guide is highly recommended: https://angular.dev/reference/migrations/standalone
|
|
Check lint:
src/app/app.component.ts#L15
Prefer using the inject() function over constructor parameter injection. Use Angular's migration schematic to automatically refactor: ng generate @angular/core:inject
|
|
Check lint:
src/app/app.component.ts#L14
Prefer using the inject() function over constructor parameter injection. Use Angular's migration schematic to automatically refactor: ng generate @angular/core:inject
|
|
Check lint:
src/app/app.component.ts#L10
Components, Directives and Pipes should not opt out of standalone. Following this guide is highly recommended: https://angular.dev/reference/migrations/standalone
|
Loading