mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
feat(nx): upgrade nx 20 and angular 19
This commit is contained in:
@@ -2,7 +2,6 @@ import { Component } from '@angular/core';
|
||||
import { RouterOutlet } from '@angular/router';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [RouterOutlet],
|
||||
selector: 'app-root',
|
||||
template: `
|
||||
|
||||
@@ -10,7 +10,6 @@ interface MenuItem {
|
||||
|
||||
@Component({
|
||||
selector: 'app-nav',
|
||||
standalone: true,
|
||||
imports: [RouterLink, RouterLinkActive, NgFor],
|
||||
template: `
|
||||
<ng-container *ngFor="let menu of menus">
|
||||
@@ -38,7 +37,6 @@ export class NavigationComponent {
|
||||
}
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [NavigationComponent, NgIf, AsyncPipe],
|
||||
template: `
|
||||
<ng-container *ngIf="info$ | async as info">
|
||||
|
||||
Reference in New Issue
Block a user