angular11 Questions
2
Am working in angular app, where used the valueChanges method to detect the changes. like :
this.MyFrm.controls['is_applicable'].valueChanges.subscribe(values => {
this.mainFunc()
});
But it ...
Cazares asked 2/6, 2021 at 10:55
1
Solved
I'm building a reactive form in Angular 11. It's split up across multiple divs, and the project owner wants a few repeated inputs in each of those divs so that a user can edit an input for some fie...
Rubie asked 12/7, 2021 at 13:10
3
I am migrating a module from primeng 7 to primeng11 along with angular11 the code runs perfectly fine on ng serve the functionalities are working too but on build I am getting a weird error
error ...
Notarial asked 28/1, 2021 at 14:18
5
Solved
I'm trying to update Angular in my project from version 10.2 to 11.0.
Running ng update:
@angular-devkit/build-angular 0.1002.0 -> 0.1100.1 ng update @angular-devkit/build-angular
@angular/cdk...
1
Solved
the template TR not displayed, and generates an error : NG0303: Can't bind to 'ngForOf' since it isn't a known property of 'tr'.
I don't understand why.
I am in Angular 11 and navigator Chrone
Erro...
1
Solved
I have an Angular 11 app that I'm building for deployment in production with the following commands:
npm install
npm run build -- --prod --outputHashing=all
The problem I am having is that, once d...
Pippo asked 1/4, 2021 at 13:45
1
Solved
I want to remove the # from the URL, but when I remove it, there will be a problem when I deploy it to the server. When the page is refreshed, will get a status of 404.
example
https: // a / user /...
Estis asked 23/2, 2021 at 3:55
0
Some time ago I created two simple file to extend functionalities for some types. I created a global.d.ts in this way:
export { }
declare global {
interface Date {
isLeapYear() : boolean;
}
i...
Tyrelltyrian asked 13/1, 2021 at 15:12
1
Solved
I am upgrading my application to angular 11 and facing issue with bootstrap tab
Error: 'ngb-tab' is not a known element:
If 'ngb-tab' is an Angular component, then verify that it is part of this mo...
Kylstra asked 26/12, 2020 at 14:55
0
While migrating and existing app to Angular 11, I'm facing the following error:
Error: The Angular Compiler requires TypeScript >=4.0.0 and <4.1.0 but 4.1.2 was found instead.
I'm not ...
Quesnay asked 23/11, 2020 at 14:58
© 2022 - 2024 — McMap. All rights reserved.