> Building... √ Building... Application bundle generation failed. [7.452 seconds] - 2026-08-25T15:09:09.830Z node.exe : ▲ [WARNING] NG8113: DecimalPipe is not used within the template of Crm [plugin angular-compiler] At line:1 char:1 + & "C:\Program Files\nodejs/node.exe" "C:\Program Files\nodejs/node_mo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (▲ [43;3...r-com piler]:String) [], RemoteException + FullyQualifiedErrorId : NativeCommandError src/app/features/crm/crm.ts:19:61:  19 │ ...Module, ReactiveFormsModule, TitleCasePipe, DecimalPipe, DatePipe, ╵ ~~~~~~~~~~~ ▲ [WARNING] NG8113: RouterLink is not used within the template of Opportunities [plugin angular-compiler] src/app/features/opportunities/opportunities.ts:19:12:  19 │ imports: [RouterLink, FormsModule, PageHeader, EmptyState, Loadi... ╵ ~~~~~~~~~~ ▲ [WARNING] NG8113: OpportunityScorePipe is not used within the template of Opportunities [plugin angular-compiler] src/app/features/opportunities/opportunities.ts:20:12:  20 │ OpportunityScorePipe, DecimalPipe, TitleCasePipe, Date... ╵ ~~~~~~~~~~~~~~~~~~~~ X [ERROR] NG5002: Parser Error: Missing expected ) at column 21 in [drawerTab.set(t.key as any)] in C:\projects\Demand-Lead Tool\Frontend\src\app\features\crm\crm.html@151:21 [plugin angular-compiler] src/app/features/crm/crm.html:152:21:  152 │ (click)="drawerTab.set(t.key as any)"> ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component Crm. src/app/features/crm/crm.ts:21:15:  21 │ templateUrl: './crm.html', ╵ ~~~~~~~~~~~~ X [ERROR] NG5002: Parser Error: Unexpected token ')' at column 27 in [drawerTab.set(t.key as any)] in C:\projects\Demand-Lead Tool\Frontend\src\app\features\crm\crm.html@151:21 [plugin angular-compiler] src/app/features/crm/crm.html:152:21:  152 │ (click)="drawerTab.set(t.key as any)"> ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component Crm. src/app/features/crm/crm.ts:21:15:  21 │ templateUrl: './crm.html', ╵ ~~~~~~~~~~~~ X [ERROR] TS2345: Argument of type 'string' is not assignable to parameter of type '"details" | "tasks" | "notes"'. [plugin angular-compiler] src/app/features/crm/crm.html:152:37:  152 │ (click)="drawerTab.set(t.key as any)"> ╵ ~~~ Error occurs in the template of component Crm. src/app/features/crm/crm.ts:21:15:  21 │ templateUrl: './crm.html', ╵ ~~~~~~~~~~~~ X [ERROR] NG5002: Parser Error: Missing expected ) at column 19 in [setFilter(tab.tab as any)] in C:\projects\Demand-Lead Tool\Frontend\src\app\features\landing-pages\ landing-pages.html@13:15 [plugin angular-compiler] src/app/features/landing-pages/landing-pages.html:14:15:  14 │ (click)="setFilter(tab.tab as any)">{{ tab.label }} ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component LandingPages. src/app/features/landing-pages/landing-pages.ts:28:15:  28 │ templateUrl: './landing-pages.html', ╵ ~~~~~~~~~~~~~~~~~~~~~~ X [ERROR] NG5002: Parser Error: Unexpected token ')' at column 25 in [setFilter(tab.tab as any)] in C:\projects\Demand-Lead Tool\Frontend\src\app\features\landing-pages\ landing-pages.html@13:15 [plugin angular-compiler] src/app/features/landing-pages/landing-pages.html:14:15:  14 │ (click)="setFilter(tab.tab as any)">{{ tab.label }} ╵ ~~~~~~~~~~~~~~~~~~~~~~~~~ Error occurs in the template of component LandingPages. src/app/features/landing-pages/landing-pages.ts:28:15:  28 │ templateUrl: './landing-pages.html', ╵ ~~~~~~~~~~~~~~~~~~~~~~ X [ERROR] TS2345: Argument of type 'string' is not assignable to parameter of type 'FilterStatus'. [plugin angular-compiler] src/app/features/landing-pages/landing-pages.html:14:29:  14 │ (click)="setFilter(tab.tab as any)">{{ tab.label }} ╵ ~~~ Error occurs in the template of component LandingPages. src/app/features/landing-pages/landing-pages.ts:28:15:  28 │ templateUrl: './landing-pages.html', ╵ ~~~~~~~~~~~~~~~~~~~~~~ X [ERROR] TS2445: Property 'get' is protected and only accessible within class 'ApiService' and its subclasses. [plugin angular-compiler] src/app/features/trends/trends.ts:58:29:  58 │ const rising$ = this.api.get(`/api/v1/tr... ╵ ~~~ X [ERROR] TS2445: Property 'get' is protected and only accessible within class 'ApiService' and its subclasses. [plugin angular-compiler] src/app/features/trends/trends.ts:59:29:  59 │ const all$ = this.api.get<{ data: KeywordMeasurement[] }>(`... ╵ ~~~