Questions tagged [angular-v7]

Questions about Angular version 7. Use this tag for Angular questions which are specific to only version 7. Use tag Angular for any Angular questions which are not specific to an individual version.

You can read more about Angular version 7 here

You can find Angular version 7 official documents here

3 questions
0
votes
1 answer

Msal-Angular v1 - acquireTokenPopup/LoginPopup returns an Access Token with Insufficient Privileges even after granting admin consent

We are receiving an invalid accessToken with empty scopes on the first grant of admin consent. If the user retries again - we call the acquireTokenPopup and the accessToken becomes valid. Reproduction Steps Step 1: Admin clicks the log in button…
0
votes
1 answer

Load generic angular dynamic component

I am trying to make a dynamic component for the popup to create view and edit page for different content. I have made a popup component in which I want to pass a new component name and title of the page. However, I am not getting new component data…
Mitesh
  • 71
  • 12
0
votes
2 answers

Is it possible to use two routes in angular?

I do an Angular app using Angular7, and i try to use two "router-outlet" tag, For example I have two components "main" and "main2", that are halfly the same, they are routed in a parent component, and I want to route their differences in two…