laravel 6 install material design code example
Example 1: installing bootstrap in angular 9
.... "styles": [ "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css" ], "scripts": [ "node_modules/jquery/dist/jquery.min.js", "node_modules/bootstrap/dist/js/bootstrap.min.js" ].....
Example 2: how to create app.routing.module.ts in angular 6
ng generate module app-routing --flat --module=app