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 { ChildComponent } from './child.component';
|
||||
|
||||
@Component({
|
||||
standalone: true,
|
||||
imports: [ChildComponent],
|
||||
selector: 'app-root',
|
||||
template: `
|
||||
|
||||
@@ -12,7 +12,6 @@ import { HttpService } from './http.service';
|
||||
|
||||
@Component({
|
||||
selector: 'app-input',
|
||||
standalone: true,
|
||||
imports: [ReactiveFormsModule],
|
||||
template: `
|
||||
<input type="text" [formControl]="title" />
|
||||
@@ -61,7 +60,6 @@ export class ErrorComponent {
|
||||
|
||||
@Component({
|
||||
selector: 'app-child',
|
||||
standalone: true,
|
||||
imports: [
|
||||
ResultComponent,
|
||||
ButtonComponent,
|
||||
|
||||
Reference in New Issue
Block a user