How to use the @angular/upgrade/static.setAngularLib function in @angular/upgrade

To help you get started, we’ve selected a few @angular/upgrade examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github sillsdev / web-languageforge / src / angular-app / bellows / main.common.ts View on Github external
import 'ng-file-upload/dist/ng-file-upload-all.js';

import './polyfills.browser';

import './apps/activity/activity-app.module';
import './apps/changepassword/change-password-app.module';
import './apps/projects/projects-app.module';
import './apps/public/forgot_password/forgot-password-app.module';
import './apps/public/login/login-app.module';
import './apps/public/oauth-signup/oauth-signup-app.module';
import './apps/public/reset_password/reset-password-app.module';
import './apps/public/signup/signup-app.module';
import './apps/siteadmin/site-admin-app.module';
import './apps/userprofile/user-profile-app.module';

setAngularLib(angular);