Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- src/app/modules/landing/home/home.component.ts:5:20
- 5 templateUrl : './home.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component LandingHomeComponent.
- Error: src/app/modules/landing/home/home.component.html:23:17 - error NG8002: Can't bind to 'routerLink' since it isn't a known property of 'a'.
- 23 [routerLink]="'/dashboards/project'">
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/landing/home/home.component.ts:5:20
- 5 templateUrl : './home.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component LandingHomeComponent.
- Error: src/app/modules/landing/home/home.component.html:25:17 - error NG8001: 'mat-icon' is not a known element:
- 1. If 'mat-icon' is an Angular component, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 25 <mat-icon
- ~~~~~~~~~
- 26 class="ml-2 icon-size-5"
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- 27 [svgIcon]="'heroicons_solid:arrow-narrow-right'"></mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/landing/home/home.component.ts:5:20
- 5 templateUrl : './home.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component LandingHomeComponent.
- Error: src/app/modules/landing/home/home.component.html:27:21 - error NG8002: Can't bind to 'svgIcon' since it isn't a known property of 'mat-icon'.
- 1. If 'mat-icon' is an Angular component and it has 'svgIcon' input, then verify that it is part of this module.
- 2. If 'mat-icon' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
- 3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
- 27 [svgIcon]="'heroicons_solid:arrow-narrow-right'"></mat-icon>
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- src/app/modules/landing/home/home.component.ts:5:20
- 5 templateUrl : './home.component.html',
- ~~~~~~~~~~~~~~~~~~~~~~~
- Error occurs in the template of component LandingHomeComponent.
- Error: src/app/modules/landing/home/home.module.ts:2:30 - error TS2307: Cannot find module '@angular/router' or its corresponding type declarations.
- 2 import { RouterModule } from '@angular/router';
- ~~~~~~~~~~~~~~~~~
- Error: src/app/modules/landing/home/home.module.ts:13:19 - error NG1010: Value at position 0 in the NgModule.imports of LandingHomeModule is not a reference
- Value could not be determined statically.
- 13 imports : [
- ~
- 14 RouterModule.forChild(landingHomeRoutes),
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ...
- 17 SharedModule
- ~~~~~~~~~~~~~~~~~~~~
- 18 ]
- ~~~~~
- src/app/modules/landing/home/home.module.ts:14:9
- 14 RouterModule.forChild(landingHomeRoutes),
- ~~~~~~~~~~~~~~~~~~~~~
- Unable to evaluate this expression statically.
- src/app/modules/landing/home/home.module.ts:14:9
- 14 RouterModule.forChild(landingHomeRoutes),
- ~~~~~~~~~~~~
- Unknown reference.
- Error: src/app/modules/landing/home/home.routing.ts:1:23 - error TS2307: Cannot find module '@angular/router' or its corresponding type declarations.
- 1 import { Route } from '@angular/router';
- ~~~~~~~~~~~~~~~~~
- Error: src/main.ts:1:40 - error TS2307: Cannot find module '@angular/platform-browser-dynamic' or its corresponding type declarations.
- 1 import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ** Angular Live Development Server is listening on localhost:4200, open your browser on http://localhost:4200/ **
- ✖ Failed to compile.
Advertisement
Add Comment
Please, Sign In to add comment