Use Case
Update Angular App with Infragistics Ignite UI components from v16 to v18.
Source Code
Please Contact Us for:
- Product demo
- Sravz source code for personal/academic use
- Collaborative license for Startup use
- Commercial license
Session 1:
- Topics Discussed:
- Major breaking change: Due to the removal of the Angular Compatibility Compiler (ngcc) in v16, projects on v16 and later no longer support View Engine libraries.
- Commands used to Update the Application
- Changes made to package.json/angular.json by ng update
- Update from angular http to httpClient service
- No need to use map function to parse the data to JSON
- Default is JSON
- Get/POST etc are generic, they take a type
- Many changes to angular-auth-oidc-client
- High level discussion
- Set up angular OIDC in auth module
- Set up external auth provider
- External login will call the redirect url
- Redirect URL will get the user info from the external auth provider
- Pass the external user to backend to get the backend user
- Shows the landing page