Some alternatives to install bootstrap: – manual install plus jquery via npm, – via bootstrap’s npm install plus jquery, – via bootstrap’s npm install plus ngx-bootstrap (with or without jquery install) or – via bootstrap’s npm install plus ng-bootstrap (with or without jquery install). The alternatives are tested using then code of the “Album” … Read More “Angular: Bootstrap Install Strategies” »
Category: bootstrap
Back to index Next > #TUTORIAL STEPS This tutorial is divided into steps. Each step has its own branch. For instance, Step One is found at features/step01. The master has the final version, containing all steps together. #DOWNLOAD git clone https://github.com/alsdias/it4us_angular_10_bootstrap.git github #USING GitHub Go to github and downlod the zip or use git … Read More “ANGULAR: Step Zero – How does this tutorial work?” »
Back to index <Previous Next > Code download IMPORTANT NOTE The procedures described here details how the application was created. Follow them if you have created your application from scratch, otherwise it is not necessary since it is already done. In both cases, the procedures are useful to understand the details. #DOWNLOAD Download the … Read More “ANGULAR 10: Step Two – Angular 10/Bootstrap Modules and View Setup” »
Back to index <Previous Next > Code download Usually, the tutorials show how to install angular/cli globally. It happens that sometimes our environment has already a previous installation different from the new one we desire to use for a new project. For instance, suppose that you’re working using the latest versions but you need to … Read More “ANGULAR 10: Step One B – Creating A Local Installation To Preserve Current Environment” »
Back to index <Previous Next > Code download #ALTERNATIVE INSTALLATION METHODS There are at least two alternatives to install a project: the detailed, from scratch the fast using “npm install” The former is a good alternative to create your own project. The latter installs the project from its own configuration defined by the package.json file, … Read More “ANGULAR 10: Step One – Angular 10 + Bootstrap Setup” »
Toggle nav Angular 10 plus Bootstrap Step-by-Step A tutorial split into small steps. Using Angular 10, Bootstrap, Ng-bootstrap, etc., the application grows in steps treating one subject at a time up to a full application plus extra subjects. Step Zero – How does this tutorial work? Understand how to use it. Download the … Read More “ANGULAR: Create an Angular 10 project using Bootstrap – INDEX” »