Questions tagged [angular11]

Questions about Angular version 11, the web framework from Google. Use this tag for Angular questions which are specific to only version 11. Use tag Angular for any Angular questions which are not specific to an individual version

700 questions
-2
votes
1 answer

fetching data from Service and storing in Child component - Angular 11

Here's where i use my service to get api data to child. Initially it gets the Id and other user data in console. ngOnInit(): void { this.commonService.userSetChange.subscribe( apiData => { this.getUserSeminar(apiData); …
Kael
  • 161
  • 2
  • 13
-2
votes
1 answer

On press enter value not submitting in text input

When pressing enter after writing something in input box field, value is not getting submitted in angular 8. Which event should I use in order to make it work properly?
-2
votes
1 answer

How to scroll ag-grid horizontally on search of column name

I am using ag-grid-angular. I have one autocomplete/search box, If I enter any characters in search box I need to match those characters with grid's column name and need to highlight/show column as selected. if that column is not visible on the…
-2
votes
1 answer

How do I create a module above App module in angular 12?

i have a Login module which contains login.html. i want login to be the default module and login.html as the default opening page.
A V
  • 9
  • 5
-2
votes
1 answer

Angular login with azure adfs and springboot api

I have a webapp in angular 11 and the backend with springboot 2.4.4. I use JWT for login and the users are in the db but now I have to change to login with azure adfs. I have not idea how do it. I read and tried loging in angular, but i don't know…
-2
votes
1 answer

how to load the modules in angular 11

I have a very big doubt. What is the way to call or load the modules? Considering that I have 3 modules (module1, module2, module3), which will later have their own components and routes in the routes (lazy loading)? or import it into the…
EdwinU
  • 85
  • 1
  • 12
-2
votes
1 answer

Error 500.19 when deploying Angular 11 onto IIS 10

Config error: Cannot read configuration file I installed the URL Rewrite module (and also the extension) and installed the websocket protocol and ISAPI filters, etc. I restarted IIS and the entire server even. I don't even have a configuration…
Napoleon
  • 153
  • 1
  • 13
-2
votes
1 answer

Angular 11 share data between unrelated components which a service

I am using Angular 11 and I have lots of methods in componentB (to call it one way) I now have to make the calls to lots of methods that live in componentB from componentA. I know that I could move all the methods to a service but in this case it…
ojy2021
  • 57
  • 4
-2
votes
1 answer

I got this error while creating reactive form

Got this error while I fulfill all requirements of reactive forms. Here are the images of code and error app module users component component html error
-3
votes
1 answer

How to pass ngFor index to class variable to use in global scope ANGULAR 11

I can't find a way of passing the index value of a for loop from the template to a variable inside the component class. So I can use that index outside of the blocked scope. Does anyone know how?
Lewis Morgans
  • 251
  • 1
  • 4
  • 14
1 2 3
46
47