I faced the same issue while upgrading from angularJs 1.7 to Angular 9. To fix the issue i changed template
to templateUrl
in the angularJS component file.
↧
Answer by Hamfri for loading directive templates asynchronously is not supported UpgradeComponent
↧