Kristof

Results 8 comments of Kristof

I copied `` into the head section of my index.html Do I still need to import it somewhere else? I've also tried to just copy the css file and paste...

this is my current version, I think it should be the latest version `@angular/cli: 1.5.4 @angular-devkit/build-optimizer: 0.0.33 @angular-devkit/core: 0.0.21 @angular-devkit/schematics: 0.0.37 @ngtools/json-schema: 1.1.0 @ngtools/webpack: 1.8.4 @schematics/angular: 0.1.7 typescript: 2.4.2 webpack:...

In my package.json it said "^3.3.7" and in my index.html there was a bootstrap import 3.3.1 (I had some issues when trying to import bootstrap so I tried it multiple...

forgot I also had to do an npm install after I updated my package.json :) Did that, but now my app completely broke :( npm install gave some warnings about...

the styling I was able to fix by removing ` ` from index.html and adding `@import '~ng2-file-input/ng2-file-input.css';` to styles.css It seems to be working so I guess it is working....

one more thing.... is there a way I can alter the html? For my project I don't need the 'drop container', the button should say 'choose files' instead of browse...

haven't tried it yet, but as far as I understand what you are saying I need to do, I think you are my hero as from now 👍 Still have...

Hey, I've been able to manage the styling the way I needed it, I tried just testing it localy but couldn't figure out how to do it, in the end...