Thursday, 11 September, 2025г.
russian english deutsch french spanish portuguese czech greek georgian chinese japanese korean indonesian turkish thai uzbek

пример: покупка автомобиля в Запорожье

 

Angular 4 : Adding Bootstrap and Files Locally

Angular 4 : Adding Bootstrap and Files LocallyУ вашего броузера проблема в совместимости с HTML5
In this video, We're going add Bootstrap to our application locally without using any CDN links. Now to add bootstrap in your application, first, we need to open up the CLI then in npm install [email protected] -save -save will update your package.json file. once it downloaded open up your .angular-cli.json file, In the styles array put your CSS files and in Scripts array Put your JavaScript files. and restart your server. and here is the path of all files! "styles": [ "../node_modules/bootstrap/dist/css/bootstrap.css", "styles.css", ], "scripts": [ "../node_modules/jquery/dist/jquery.js", "../node_modules/tether/dist/js/tether.js", "../node_modules/bootstrap/dist/js/bootstrap.js" ] Music by: Cool Intro - Stings by Kevin MacLeod is licensed under a Creative Commons Attribution licence (https://creativecommons.org/licenses/by/4.0/) Source: http://incompetech.com/music/royalty-free/index.html?isrc=USUAN1100504 Artist: http://incompetech.com/
Мой аккаунт