igniteui-angular 16.1.23 → 16.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2013,7 +2013,7 @@ export declare abstract class IgxGridBaseDirective extends DisplayDensityBase im
2013
2013
  /**
2014
2014
  * @hidden @internal
2015
2015
  */
2016
- get template(): TemplateRef<any>;
2016
+ get template(): TemplateRef<IgxGridTemplateContext>;
2017
2017
  /**
2018
2018
  * @hidden @internal
2019
2019
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "igniteui-angular",
3
- "version": "16.1.23",
3
+ "version": "16.1.24",
4
4
  "description": "Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps",
5
5
  "author": "Infragistics",
6
6
  "license": "SEE LICENSE IN LICENSE",