We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7dcb1 commit 85ca9dbCopy full SHA for 85ca9db
packages/firebase-admob/README.md
@@ -121,13 +121,30 @@ import { AdmobModule } from '@nativescript/firebase-admob/angular';
121
})
122
```
123
124
+```html
125
+<BannerAd
126
+ height="100"
127
+ width="100"
128
+ [unitId]="bannerAdUnit"
129
+ (layoutChanged)="bannerLoaded($event)">
130
+</BannerAd>
131
+```
132
#### Vue
133
134
```ts
135
import Vue from 'nativescript-vue'
136
import Admob from '@nativescript/firebase-admob/vue'
137
138
Vue.use(Admob)
139
+
140
141
142
143
144
145
146
+ :unitId="bannerAdUnit"
147
+ @layoutChanged="bannerLoaded"/>
148
149
150
#### Banner Sizes
0 commit comments