[ad_1]
https://i.ytimg.com/vi/BlGh1WbOC14/hqdefault.jpg
Learn the basics behind Angular v4 (aka Angular2) in this series. We’ll cover the basics including:
– Setup Angular and your first Angular app
– Two-way data binding
– Angular Templates
– Using Angular Components
– Angular CLI (command line interface)
– Compiling to production
– Creating custom pipes
– Integrate Bootstrap (getbootstrap.com)
– Deploy an Angular app to Heroku.com
– We build http://tryangular4.herokuapp.com
– and much more!
Links:
Series Playlist: https://www.youtube.com/playlist?list=PLEsfXFp6DpzQThMU768hTZInWUqfoyTEW
Getting Started with Typescript: https://www.youtube.com/playlist?list=PLEsfXFp6DpzQMickZgPq0Pn2uQD77UXoi
Github for Reference Code: http://joincfe.com/github (look for the Try Angular v4 Repository)
All projects: http://joincfe.com/projects/
Subscribe to our channel: http://kirr.co/7l2sv4/
Premium, in-depth, Typescript, Angular v4+, Django, Python and other software development tutorials available here: http://kirr.co/ni5fia.
All of our tutorials have a simple goal in mind: get you building something real and quickly.
Ask your questions here: http://kirr.co/wmdnzz/
Topic suggestions: http://kirr.co/5d7m1r/
Step by step projects: http://kirr.co/ni5fia/
My equipment:
Laptop: http://amzn.to/2c965EL
4k Camera: http://amzn.to/2cb0JeS
Drone/Aerial Video: http://amzn.to/2cCUgLq
Flexible/Travel Tripod for DSLR: http://amzn.to/2d13rXi (I highly recommend this too: http://amzn.to/2ckauYr)
General Purpose Tripod: http://amzn.to/2d4xNUS
Webcam: http://amzn.to/2bZEc7I
Camera Mic: http://amzn.to/2cb0PTp
Studio Mic: http://amzn.to/2cCdNc3
Mic Arm (for Studio): http://amzn.to/2cCepyd
Shock Mount (for Studio): http://amzn.to/2c97uLN
Phone: http://amzn.to/2c97R8X
Tablet (and portable external monitor) : http://amzn.to/2c5Fqdx
External Hard drives: http://amzn.to/2c5FvxV
Headphones (mic used for travel recording): http://amzn.to/2c5GGNO
Original source
5 responses to “Try Angular v4 // 12 of 28 // Bootstrap for Angular // ngx bootstrap”
So why not just inclue bootstrap.js, jquery.js and tether.js (if you are using bs 4) from their respective node modules in the angular-cli.json styles array?? Is there any pros or cons in using ngx-bootstrap instead of the javascript files?
Hi, the code to enable the navbar toggeling works fine while the dev-server is serving. When I restart with the command npm start, I receive the following error:
ERROR in Error: Error encountered resolving symbol values statically. Could not resolve @angular/core relative to
url/node_modules/ngx-bootstrap/dropdown/bs-dropdown.module.d.ts., resolving symbol BsDropdownModule in
url/node_modules/ngx-bootstrap/dropdown/bs-dropdown.module.d.ts, resolving symbol BsDropdownModule in
url/node_modules/ngx-bootstrap/dropdown/bs-dropdown.module.d.ts.
Do you have a solution to fix this error?
if you make small view as mobile, menu will be small to and it`s not works, how can i fix it?
ngx-bootstrap not found? how can I fix this? my angular version is 4.2.2
i get an error:
Unhandled Promise rejection: Template parse errors:
'alert' is not a known element:
1. If 'alert' is an Angular component, then verify that it is part of this module.
2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("<h1>
{{title}}
[ERROR ->]<alert type="success">hello</alert>
</h1>