Angular Igniteui Upgrade V15 V16

Use Case

Update Angular App with Infragistics Ignite UI components from v15 to v16.

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:
    1. 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.
    2. Commands used to Update the Application
    3. Changes made to package.json/angular.json by ng update
    4. 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
    5. 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

Video explanation of the code

Angular-Update-V15-V16

Source Code

References

  1. https://www.infragistics.com/products/ignite-ui-angular/angular/components/general/update-guide
  2. https://update.angular.io/?l=3&v=15.0-16.0
  3. https://brianflove.com/2017-07-21/migrating-to-http-client/
  4. https://www.youtube.com/watch?v=Ptmp6wJyuDc
comments powered by Disqus