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:
@@ -16,6 +16,7 @@ import { Component, signal } from '@angular/core';
|
||||
}
|
||||
</div>
|
||||
`,
|
||||
standalone: false,
|
||||
})
|
||||
export class AppComponent {
|
||||
topLoaded = signal(false);
|
||||
|
||||
@@ -13,5 +13,6 @@ import { Component } from '@angular/core';
|
||||
height: 50%;
|
||||
}
|
||||
`,
|
||||
standalone: false,
|
||||
})
|
||||
export class PlaceholderComponent {}
|
||||
|
||||
@@ -13,5 +13,6 @@ import { Component } from '@angular/core';
|
||||
height: 50%;
|
||||
}
|
||||
`,
|
||||
standalone: false,
|
||||
})
|
||||
export class TopComponent {}
|
||||
|
||||
Reference in New Issue
Block a user