angular-loading-bar icon indicating copy to clipboard operation
angular-loading-bar copied to clipboard

Support Webpack

Open sibelius opened this issue 9 years ago • 2 comments

There is only one thing missing to work great with webpack

you should export the css files as well

or require it on this file: https://github.com/chieffancypants/angular-loading-bar/blob/master/index.js

sibelius avatar Aug 19 '16 15:08 sibelius

PR?

faceleg avatar Aug 25 '16 23:08 faceleg

You can just require "angular-loading-bar/build/loading-bar.css" in the same file when you configure your angular module :wink:

MichalLytek avatar Nov 14 '16 19:11 MichalLytek