mirror of
https://github.com/jwetzell/itsfiveoclockwhere.git
synced 2026-08-25 16:59:02 +00:00
remove adsense
This commit is contained in:
Generated
-8
@@ -5826,14 +5826,6 @@
|
|||||||
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
|
"integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"ng2-adsense": {
|
|
||||||
"version": "10.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/ng2-adsense/-/ng2-adsense-10.1.0.tgz",
|
|
||||||
"integrity": "sha512-S5wDPSzohmwUGhXn5foPz1mWx/ED2v3OtXmmA+m2DUAAiIDzVBLE6Zo9Bimlix3Z0wPo0oWPJo+qfs19mGKVxA==",
|
|
||||||
"requires": {
|
|
||||||
"tslib": "^2.3.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nice-napi": {
|
"nice-napi": {
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz",
|
"resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz",
|
||||||
|
|||||||
@@ -19,7 +19,6 @@
|
|||||||
"@angular/platform-browser-dynamic": "~13.0.0",
|
"@angular/platform-browser-dynamic": "~13.0.0",
|
||||||
"@angular/router": "~13.0.0",
|
"@angular/router": "~13.0.0",
|
||||||
"luxon": "^2.1.1",
|
"luxon": "^2.1.1",
|
||||||
"ng2-adsense": "^10.1.0",
|
|
||||||
"rxjs": "~7.4.0",
|
"rxjs": "~7.4.0",
|
||||||
"tslib": "^2.3.0",
|
"tslib": "^2.3.0",
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.11.4"
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import { TimezoneListComponent } from './timezone/components/timezone-list/timez
|
|||||||
import { FiveoclockComponent } from './fiveoclock/fiveoclock.component';
|
import { FiveoclockComponent } from './fiveoclock/fiveoclock.component';
|
||||||
import { TimezoneSingleComponent } from './timezone/components/timezone-single/timezone-single.component';
|
import { TimezoneSingleComponent } from './timezone/components/timezone-single/timezone-single.component';
|
||||||
import { GoogleAnalyticsService } from './services/google-analytics.service';
|
import { GoogleAnalyticsService } from './services/google-analytics.service';
|
||||||
import { AdsenseModule } from 'ng2-adsense';
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
declarations: [
|
declarations: [
|
||||||
AppComponent,
|
AppComponent,
|
||||||
@@ -20,10 +19,7 @@ import { AdsenseModule } from 'ng2-adsense';
|
|||||||
imports: [
|
imports: [
|
||||||
BrowserModule,
|
BrowserModule,
|
||||||
BrowserAnimationsModule,
|
BrowserAnimationsModule,
|
||||||
AppRoutingModule,
|
AppRoutingModule
|
||||||
AdsenseModule.forRoot({
|
|
||||||
adClient: 'ca-pub-2890427503516323',
|
|
||||||
})
|
|
||||||
],
|
],
|
||||||
providers: [
|
providers: [
|
||||||
TimezoneService,
|
TimezoneService,
|
||||||
|
|||||||
@@ -16,9 +16,6 @@
|
|||||||
|
|
||||||
gtag('config', 'G-48B6CKS0V6');
|
gtag('config', 'G-48B6CKS0V6');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2890427503516323"
|
|
||||||
crossorigin="anonymous"></script>
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user