coer-elements 1.0.15 → 1.0.18
Sign up to get free protection for your applications and to get access to all the features.
- package/components/index.ts +2 -2
- package/package.json +12 -5
package/components/index.ts
CHANGED
@@ -1,7 +1,6 @@
|
|
1
1
|
import { NgModule } from '@angular/core';
|
2
|
-
import { CommonModule } from '@angular/common';
|
3
2
|
import { RouterModule } from '@angular/router';
|
4
|
-
import {
|
3
|
+
import { CommonModule } from '@angular/common';
|
5
4
|
//import { DirectivesModule } from 'src/app/shared/directives/directives.module';
|
6
5
|
//import { PipesModule } from 'src/app/shared/pipes/pipes.module';
|
7
6
|
|
@@ -15,6 +14,7 @@ import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
15
14
|
|
16
15
|
//Components
|
17
16
|
import { CoerAlert } from './coer-alert/coer-alert.component';
|
17
|
+
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
18
18
|
//import { CoerButton } from './coer-button/coer-button.component';
|
19
19
|
//import { CoerCheckbox } from './coer-checkbox/coer-checkbox.component';
|
20
20
|
//import { CoerFilebox } from './coer-filebox/coer-filebox.component';
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "coer-elements",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.18",
|
4
4
|
"author": "Christian Omar Escamilla Rodríguez",
|
5
5
|
"keywords": [
|
6
6
|
"coer",
|
@@ -23,9 +23,12 @@
|
|
23
23
|
},
|
24
24
|
"dependencies": {
|
25
25
|
"@angular/animations": "^17.3.0",
|
26
|
+
"@angular/cdk": "^17.3.3",
|
26
27
|
"@angular/common": "^17.3.0",
|
28
|
+
"@angular/compiler": "^17.3.0",
|
27
29
|
"@angular/core": "^17.3.0",
|
28
30
|
"@angular/forms": "^17.3.0",
|
31
|
+
"@angular/material": "^17.3.3",
|
29
32
|
"@angular/platform-browser": "^17.3.0",
|
30
33
|
"@angular/platform-browser-dynamic": "^17.3.0",
|
31
34
|
"@angular/router": "^17.3.0",
|
@@ -36,12 +39,16 @@
|
|
36
39
|
"guid-typescript": "^1.0.9",
|
37
40
|
"moment": "^2.30.1",
|
38
41
|
"rxjs": "^7.8.1",
|
39
|
-
"sweetalert2": "^11.13
|
40
|
-
"xlsx": "^0.18.5"
|
42
|
+
"sweetalert2": "^11.6.13",
|
43
|
+
"xlsx": "^0.18.5",
|
44
|
+
"zone.js": "^0.14.3"
|
41
45
|
},
|
42
46
|
"devDependencies": {
|
47
|
+
"@angular-devkit/build-angular": "^17.3.3",
|
48
|
+
"@angular/cli": "^17.3.3",
|
49
|
+
"@angular/compiler-cli": "^17.3.0",
|
43
50
|
"@types/bootstrap": "^5.2.10",
|
44
|
-
"@types/xlsx": "^0.0.
|
45
|
-
"typescript": "^5.
|
51
|
+
"@types/xlsx": "^0.0.35",
|
52
|
+
"typescript": "^5.4.2"
|
46
53
|
}
|
47
54
|
}
|