angular-translate-loader-pluggable
angular-translate-loader-pluggable copied to clipboard
Fix for "Tried to load angular more than once"
As discussed in our recent email exchange, I've removed the line
import * as angular from 'angular’;
to stop the warning
WARNING: Tried to load angular more than once.
being displayed in the browser console.
hey, thx for the PR. I see the CI fails due to some issues with typings. Do you have a chance to give that a look as well? It's not related to your PR, might be related to some changes in the npm packages. Maybe the version should be freezed or something