We have a huge app with about 100 odd components. I recently did an upgrade to RC5 with router RC1 from angular 2 RC4. Now I want to upgrade it to RC6 before moving to final release since RC6 also has breaking changes. I made the necessary changes in package.json to move to RC6 and router rc.2. I faced some build errors which got resolved, such as removing directives, pipes and providers from all components. Removed HTTP_PROVIDERS, JSONP_PROVIDERS, FORM_DIRECTIVES, FORM_PROVIDERS and CORE_DIRECTIVES. Imported HttpModule, FormsModule, CommonModule and RouterModule in app.module. Also renamed DomSanitationService to DomSanitizer and Used ComponentFactoryResolver instead ComponentResolver.
The issues I am facing now are:
DynamicComponentLoader is deprecated. In the app , we are using loadNexttoLocation(). What can I use in place of DynamicComponentLoader?
Error: Has no Exported Memeber ControlValueAccessor
Cannot find name 'Contorl'