mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-12 22:03:03 -05:00
feat(nx): upgrade nx 20 and angular 19
This commit is contained in:
@@ -9,7 +9,6 @@ import { FormsModule } from '@angular/forms';
|
||||
import { UserService } from './user.service';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [FormsModule],
|
||||
selector: 'app-actions',
|
||||
template: `
|
||||
|
||||
@@ -4,7 +4,6 @@ import { ActionsComponent } from './action.component';
|
||||
import { UserService } from './user.service';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [FormsModule, ActionsComponent],
|
||||
selector: 'app-root',
|
||||
template: `
|
||||
|
||||
Reference in New Issue
Block a user