File tree 5 files changed +30
-0
lines changed
5 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 19
19
"zenn-content-css" : " ^0.1.100"
20
20
},
21
21
"devDependencies" : {
22
+ "@capacitor-community/admob" : " ^3.2.0" ,
22
23
"@capacitor-community/stripe" : " ^3.5.3" ,
23
24
"@capacitor/docgen" : " ^0.1.0" ,
24
25
"@types/fs-extra" : " ^9.0.13" ,
Original file line number Diff line number Diff line change
1
+ import { Component , h } from '@stencil/core' ;
2
+
3
+ @Component ( {
4
+ tag : 'app-admob' ,
5
+ styleUrl : 'app-admob.scss' ,
6
+ shadow : true ,
7
+ } )
8
+ export class AppAdmob {
9
+ render ( ) {
10
+ return (
11
+ < div >
12
+ Hello World!!
13
+ </ div >
14
+ ) ;
15
+ }
16
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "Guide" : [
3
+ {
4
+ "title" : " Introduction" ,
5
+ "path" : " /" ,
6
+ "filePath" : " "
7
+ }
8
+ ]
9
+ }
Original file line number Diff line number Diff line change 2
2
"stripe" : {
3
3
"name" : " capacitor-community/stripe" ,
4
4
"repository" : " https://github.com/rdlabo-team/capacitor-plugins-docs/"
5
+ },
6
+ "admob" : {
7
+ "name" : " capacitor-community/admob" ,
8
+ "repository" : " https://github.com/rdlabo-team/capacitor-plugins-docs/"
5
9
}
6
10
}
You can’t perform that action at this time.
0 commit comments