Ujjwal Technical Tips's repositories
-ngFor-in-Angular6
<div *ngFor = "let col of colors"> {{col}} </div> colors = ['red','green','yellow'];
Add-Angular-Material-to-your-app-module-imports-
Getting Started With Angular Material 6
Angular-5-6-Services-part2
Angular-5-6-Services-part2
Angular-6---ng-generate-module-with-component
ng generate module my-new-module
Angular-6-add-multiple-classes-
(class binding) in Angular 6
Difference-Between-SASS-and-SCSS
difference between sass and scss
Get-data-from-Server-using-load-method-in-AJAX-JQUERY
The load() method loads data from a server and puts the returned data into the selected element.
SASS--Nesting-and-multiple-classes
Nesting and multiple classes
Using-Bootstrap-4-with-Angular-6-5
1) npm install jquery popper.js 2) npm install bootstrap _____________________ "styles": [ "src/styles.css","node_modules/bootstrap/dist/css/bootstrap.min.css" ], "scripts": ["node_modules/jquery/dist/jquery.min.js", "node_modules/popper.js/dist/umd/popper.js", "node_modules/bootstrap/dist/js/bootstrap.min.js"]