@progress/kendo-angular-notification 24.0.2-develop.1 → 24.0.2-develop.2

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.
@@ -129,8 +129,8 @@ const packageMetadata = {
129
129
  productName: 'Kendo UI for Angular',
130
130
  productCode: 'KENDOUIANGULAR',
131
131
  productCodes: ['KENDOUIANGULAR'],
132
- publishDate: 1779449514,
133
- version: '24.0.2-develop.1',
132
+ publishDate: 1779778506,
133
+ version: '24.0.2-develop.2',
134
134
  licensingDocsUrl: 'https://www.telerik.com/kendo-angular-ui/my-license/'
135
135
  };
136
136
 
@@ -875,11 +875,11 @@ const KENDO_NOTIFICATION = [
875
875
  * import { NgModule } from '@angular/core';
876
876
  *
877
877
  * // Import the app component
878
- * _@NgModule{{
878
+ * _@NgModule({
879
879
  * declarations: [AppComponent], // declare app component
880
880
  * imports: [BrowserModule, NotificationModule], // import NotificationModule module
881
881
  * bootstrap: [AppComponent]
882
- * }}
882
+ * })
883
883
  * export class AppModule {}
884
884
  *
885
885
  * // Compile and launch the module
@@ -24,11 +24,11 @@ import * as i2 from "./notification.container.component";
24
24
  * import { NgModule } from '@angular/core';
25
25
  *
26
26
  * // Import the app component
27
- * _@NgModule{{
27
+ * _@NgModule({
28
28
  * declarations: [AppComponent], // declare app component
29
29
  * imports: [BrowserModule, NotificationModule], // import NotificationModule module
30
30
  * bootstrap: [AppComponent]
31
- * }}
31
+ * })
32
32
  * export class AppModule {}
33
33
  *
34
34
  * // Compile and launch the module
@@ -7,7 +7,7 @@ export const packageMetadata = {
7
7
  "productCodes": [
8
8
  "KENDOUIANGULAR"
9
9
  ],
10
- "publishDate": 1779449514,
11
- "version": "24.0.2-develop.1",
10
+ "publishDate": 1779778506,
11
+ "version": "24.0.2-develop.2",
12
12
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
13
13
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-angular-notification",
3
- "version": "24.0.2-develop.1",
3
+ "version": "24.0.2-develop.2",
4
4
  "description": "Kendo UI Notification for Angular",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "author": "Progress",
@@ -17,7 +17,7 @@
17
17
  "package": {
18
18
  "productName": "Kendo UI for Angular",
19
19
  "productCode": "KENDOUIANGULAR",
20
- "publishDate": 1779449514,
20
+ "publishDate": 1779778506,
21
21
  "licensingDocsUrl": "https://www.telerik.com/kendo-angular-ui/my-license/"
22
22
  }
23
23
  },
@@ -27,14 +27,14 @@
27
27
  "@angular/core": "19 - 21",
28
28
  "@angular/platform-browser": "19 - 21",
29
29
  "@progress/kendo-licensing": "^1.11.0",
30
- "@progress/kendo-angular-common": "24.0.2-develop.1",
31
- "@progress/kendo-angular-l10n": "24.0.2-develop.1",
32
- "@progress/kendo-angular-icons": "24.0.2-develop.1",
30
+ "@progress/kendo-angular-common": "24.0.2-develop.2",
31
+ "@progress/kendo-angular-l10n": "24.0.2-develop.2",
32
+ "@progress/kendo-angular-icons": "24.0.2-develop.2",
33
33
  "rxjs": "^6.5.3 || ^7.0.0"
34
34
  },
35
35
  "dependencies": {
36
36
  "tslib": "^2.3.1",
37
- "@progress/kendo-angular-schematics": "24.0.2-develop.1"
37
+ "@progress/kendo-angular-schematics": "24.0.2-develop.2"
38
38
  },
39
39
  "schematics": "./schematics/collection.json",
40
40
  "module": "fesm2022/progress-kendo-angular-notification.mjs",