File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1111 <br>
1212 <br>
1313 <a href="https://angular.ganatan.com/">
14- <img src="https://media.giphy.com/media/RfqiR12yhtHpwaItBq/giphy.gif" alt="Angular 9 Example Application"/>
14+ <img src="https://media.giphy.com/media/RfqiR12yhtHpwaItBq/giphy.gif" alt="Angular 10 Example Application"/>
1515 </a>
1616 </p >
1717</p >
3030
3131## Status
3232
33- [ ![ GitHub stars] ( https://img.shields.io/github/stars/ganatan/angular9 -app.svg?style=social&label=Star )] ( https://github.com/ganatan/angular9 -app )
34- [ ![ GitHub forks] ( https://img.shields.io/github/forks/ganatan/angular9 -app.svg?style=social&label=Fork )] ( https://github.com/ganatan/angular9 -app/fork )
33+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/ganatan/angular10 -app.svg?style=social&label=Star )] ( https://github.com/ganatan/angular10 -app )
34+ [ ![ GitHub forks] ( https://img.shields.io/github/forks/ganatan/angular10 -app.svg?style=social&label=Fork )] ( https://github.com/ganatan/angular10 -app/fork )
3535
3636
3737
7777
7878``` bash
7979# clone the repo
80- git clone https://github.com/ganatan/angular9 -app.git
80+ git clone https://github.com/ganatan/angular10 -app.git
8181
8282# change directory
83- cd angular9 -app
83+ cd angular10 -app
8484
8585# install the repo with npm
8686npm install
Original file line number Diff line number Diff line change 11<!doctype html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="utf-8 ">
56 < title > AngularStarter</ title >
89 < link rel ="icon " type ="image/x-icon " href ="favicon.ico ">
910
1011 <!-- Global site tag (gtag.js) - Google Analytics -->
11- < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=YOUR-ID "> </ script >
12+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-135732895-2 "> </ script >
1213 < script >
1314 window . dataLayer = window . dataLayer || [ ] ;
1415 function gtag ( ) { dataLayer . push ( arguments ) ; }
1516 gtag ( 'js' , new Date ( ) ) ;
1617
17- gtag ( 'config' , 'YOUR-ID ' ) ;
18+ gtag ( 'config' , 'UA-135732895-2 ' ) ;
1819 </ script >
1920
2021 < link rel ="manifest " href ="manifest.webmanifest ">
2122 < meta name ="theme-color " content ="#1976d2 ">
2223</ head >
24+
2325< body >
2426 < app-root > </ app-root >
2527 < noscript > Please enable JavaScript to continue using this application.</ noscript >
2628</ body >
27- </ html >
29+
30+ </ html >
You can’t perform that action at this time.
0 commit comments