Bootstrap css is an open source css framework to develop responsive webpages.
Webpage adjusted according to device width is called "responsive page"
       (or)
*webpage rendering content according to device width is called " responsive page"
   desktop webpage[responsive] div1 div2 div3 <------------------- div1 div2 div3 tablet <-------------------Assume that if the request is coming div1 div2 from tablet, then it can load into two divs(1 row) div3 mobile <-------------------Assume that if the request is coming
   div1                                       from mobile, then it can load into one div
   div2
   div3
Bootstrap is provided by twitterbootstrap is providing so many built in css classes 1.container css class --this will align html element to center 2.panel css class --this will align html element as panel container panel-heading--heading for panel panel-content--body for panelpanel-primary--heading with backcolor sky blue3.btn css class --this will provide button shape to a button | hyperlink1.installing as a node package, this will provide css and js files, this files can be linked with index.html2.using CDN link [CDN->Content Delivery Network] this allows user to download bootstrap css from CDN domain[remote domain], bootstrap css files will not be placed|deployed into production server browser------------------------>webserver <------------------------ index.html[bootstrap cdn links] -------------------------> CDN domain <------------------------ downloading bootstrap filesCreate a componentAppModule.tsIndex.htmlAdd four dummy images into assets folder.ts ChangesIndex.htmlOutputIn the above case, if I want to display the output those price is greater than 5000, in that case I cannot use two directive in a single tr, so in that case I need to useng-container




 
 
 
No comments:
Post a Comment
Thank you for visiting my blog