Re: [AngularJS] Re: error 404 bootstrap with angular 2 final release

2016-10-04 Thread Zlatko Đurić
Oh, Angular CLI, should be easy: Take a look at this: https://github.com/angular/angular-cli#global-library-installation It will make sure that ng serve also picks up your npm-installed scripts *that you want to expose to the app*. This is so that you may also pack dev scripts (e.g. uglifiers o

[AngularJS] Re: error 404 bootstrap with angular 2 final release

2016-10-04 Thread Luís Augusto de Godoy
Hello Zlatko, Thank you for your help, On the way in my application does not have the blanks, only appeared in the post when copied and pasted. I started the project with angular-cli,, then changed the file package.json including the bootstrap and jquery, and installed again npm install, it wa

[AngularJS] Re: error 404 bootstrap with angular 2 final release

2016-10-04 Thread Zlatko Đurić
Hi On Friday, September 30, 2016 at 8:27:28 PM UTC+2, Guto Godoy wrote: > > > and in index.html I inserted the line: > > > Like Elias said, strip the whitespace. Additionally, you might want to prepend that path with */*, so it becomes */vendor/bootstrap/dist/css/bootstrap.min.css*. Finally,

[AngularJS] Re: error 404 bootstrap with angular 2 final release

2016-10-03 Thread Sander Elias
Hi Guto, I download my version from the CDN, so that's a bit different. However, in your sample are a lot of spaces that are not supposed to be there, so perhaps it's a cut&paste error? Probably that will help, If not, just ask. Regards Sander -- You received this message because you are s

[AngularJS] Re: error 404 bootstrap with angular 2 final release

2016-09-30 Thread Guto Godoy
Hi Sander Elias, I installed the bootstrap intorducing in package.json the line: "Bootstrap": "^ 4.0.0-alpha.4" and in index.html I inserted the line: When running ng serves, the chrome shows the error 404 for bootstrap.min.css file and is not applying the style. I'm using Anglular 2.1.0 T

[AngularJS] Re: error 404 bootstrap with angular 2 final release

2016-09-29 Thread Sander Elias
Hi Guto, Your question is unclear to me, wat is it you are doing that gives you a 404? Regards Sander -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to angular+uns