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 4f3a8bf commit d7863baCopy full SHA for d7863ba
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v0.9.6 (2019-06-06)
2
+* **NgLet** move embedded view creation in `ctor`, this will allow `ViewChild` queries to be configured with `static: true` strategy
3
+
4
# v0.9.5 (2019-06-05)
5
* upgrade to `angular@8`
6
* **UiGrid** complete `visible$` columns BehaviorSubject
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-components",
- "version": "0.9.5",
+ "version": "0.9.6",
"author": {
"name": "UiPath Inc",
"url": "https://github.com/UiPath/angular-components"
projects/angular/package.json
"name": "@uipath/angular",
"license": "MIT",
0 commit comments