waynegakuo / angular-refresher-v16-with-standalone-comp

Refresher course on Angular v16+ with Standalone components, c/o of Angular official YouTube channel: https://youtube.com/playlist?list=PL1w1q3fL4pmj9k1FrJ3Pe91EPub2_h4jF&si=nN1cB6nkJNy9RLRG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Homes App

  • Install Angular if you don't have it installed

    npm install -g @angular/cli

  • Clone this branch to your local machine

    git clone https://github.com/waynegakuo/angular-refresher-v16-with-standalone-comp.git

  • Once the code has been downloaded

    cd codelabs

  • Install the dependencies

    npm install

  • Run the application

    ng serve

About

Refresher course on Angular v16+ with Standalone components, c/o of Angular official YouTube channel: https://youtube.com/playlist?list=PL1w1q3fL4pmj9k1FrJ3Pe91EPub2_h4jF&si=nN1cB6nkJNy9RLRG

License:MIT License


Languages

Language:TypeScript 67.8%Language:CSS 20.1%Language:JavaScript 10.3%Language:HTML 1.8%