coer-elements 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
package/Signals/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { signal } from "@angular/core";
1
+ import { signal } from "./../../@angular/core";
2
2
  import { Screen } from './../Tools/Screen.class';
3
3
 
4
4
  export const breakpoint_signal = signal<'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl'>(Screen?.BREAKPOINT || 'xs');
package/Tools/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { Guid } from "guid-typescript";
2
- import { signal } from "@angular/core";
2
+ import { signal } from "./../../@angular/core";
3
3
  const reference_signal = signal<any>({});
4
4
 
5
5
  export const Tools = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "coer",
@@ -22,16 +22,6 @@
22
22
  "push": "npm publish --access public"
23
23
  },
24
24
  "dependencies": {
25
- "@angular/animations": "^17.3.0",
26
- "@angular/cdk": "^17.3.3",
27
- "@angular/common": "^17.3.0",
28
- "@angular/compiler": "^17.3.0",
29
- "@angular/core": "^17.3.0",
30
- "@angular/forms": "^17.3.0",
31
- "@angular/material": "^17.3.3",
32
- "@angular/platform-browser": "^17.3.0",
33
- "@angular/platform-browser-dynamic": "^17.3.0",
34
- "@angular/router": "^17.3.0",
35
25
  "guid-typescript": "^1.0.9",
36
26
  "moment": "^2.30.1",
37
27
  "rxjs": "^7.8.1",