I am not using ES6 at all so the import examples do not help me. To get it working for me, I had to use: angular .module('module', [ 'ngSanitize', 'ng1bs4.library' ]); the .library piece was not obvious, had to look at the source code... :)