Skip to content

ganatan/angular-starter

Repository files navigation

Angular 21 Example Starter

Ganatan Angular Example Demo

it's part of a repo series designed

to create a Web Application with Angular 21


Here is a working Angular live demo : https://angular.ganatan.com

Angular 16 Example 
      Application

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-starter.git

# change directory
cd angular-starter

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

Here is a step by step Tutorial : https://www.ganatan.com/en/tutorials/getting-started-with-angular

Demo example

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Development

Production

  • npm run build

Linter

  • npm run lint

Tests

  • npm run test
  • npm run coverage
  • Author : danny

Releases

No releases published

Packages

No packages published