You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/wml-angular-components-base/README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# WML Angular Components Base
2
2
3
-
This content is for the 18.2.3100 version. Switch to the[latest version](/Windmillcode-Angular-CDK-Docs/intro/wml-angular-components-base/)for up-to-date documentation.
4
-
5
3
WML Angular Components Base extends the WML Components Base by integrating it with Angular-specific features and functionality. It builds on the foundation provided by the core library and adds seamless integration with Angular’s framework, making it easier to work with Angular modules, change detection, and Angular-based services like ngx-translate.
6
4
7
5
While WML Components Base provides the essential UI building blocks, WML Angular Components Base enhances these components to work natively with Angular. This includes adding support for Angular’s dependency injection, change detection, routing, and lifecycle hooks.
@@ -26,7 +24,7 @@ if you want a different animation for you animation states simply use a differen
26
24
27
25
**Custom Components**
28
26
29
-
nearly as same as WMLCustomComponent. Refer to[WMLCustomComponent](/18.2.3100/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-custom-component)
27
+
nearly as same as WMLCustomComponent. Refer to[WMLCustomComponent](/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-custom-component)
30
28
31
29
32
30
@@ -36,7 +34,7 @@ nearly as same as WMLCustomComponent. Refer to[WMLCustomComponent](/18.2.3100/Wi
36
34
37
35
### WMLAngularMotionUIProperty
38
36
39
-
Extends[WMLMotionUIProperty](/18.2.3100/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-motion-ui-property-reference)<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">motionEndEvent</code></td><td><codedir="auto">Subject<WMLMotionUIPropertyState></code></td><td>Subject triggered when a motion ends.</td></tr><tr><td><codedir="auto">motionKeyFrameEvent</code></td><td><codedir="auto">Subject<string></code></td><td>Subject triggered at specific keyframes during css transitions.</td></tr></tbody></table>
37
+
Extends[WMLMotionUIProperty](/Windmillcode-Angular-CDK-Docs/intro/wml-components-base/#wml-motion-ui-property-reference)<table><thead><tr><th>Property</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><codedir="auto">motionEndEvent</code></td><td><codedir="auto">Subject<WMLMotionUIPropertyState></code></td><td>Subject triggered when a motion ends.</td></tr><tr><td><codedir="auto">motionKeyFrameEvent</code></td><td><codedir="auto">Subject<string></code></td><td>Subject triggered at specific keyframes during css transitions.</td></tr></tbody></table>
WMLAngularCustomComponent from their orginal respective part which exlude “Angular in their name”v18.2.3100 [9/8/24]updated package to reflect the version 18.2.3 of @angular/core packagev18.2.3100 [9/8/24]updated package to reflect the version 18.2.3 of @angular/core packagev18.2.3100 [9/8/24]updated package to reflect the version 18.2.3 of @angular/core packagev18.2.3110 [9/10/24]updated package to conform with @windmillcode/angular-wml-components-basev18.2.3111 [9/10/24]updated package to conform with @windmillcode/angular-wml-components-basev18.2.3112 [9/10/24]updated package to conform with @windmillcode/angular-wml-components-basev18.2.3200 [9/16/24][UPDATE] added motionKeyFrameEvent for css transitions WMLAngularMotionUIPropertyv18.2.3200 [9/16/24]updated package to conform with @windmillcode/wml-components-basev18.2.4000 [9/16/24]updated package to reflect the version 18.2.4 of @angular/core package[](/Windmillcode-Angular-CDK-Docs/18.2.3100/intro/wml-components-base)[](/Windmillcode-Angular-CDK-Docs/18.2.3100/schematics/wml-schematics/)
65
+
WMLAngularCustomComponent from their orginal respective part which exlude “Angular in their name”v18.2.3100 [9/8/24]updated package to reflect the version 18.2.3 of @angular/core packagev18.2.3100 [9/8/24]updated package to reflect the version 18.2.3 of @angular/core packagev18.2.3100 [9/8/24]updated package to reflect the version 18.2.3 of @angular/core packagev18.2.3110 [9/10/24]updated package to conform with @windmillcode/angular-wml-components-basev18.2.3111 [9/10/24]updated package to conform with @windmillcode/angular-wml-components-basev18.2.3112 [9/10/24]updated package to conform with @windmillcode/angular-wml-components-basev18.2.3200 [9/16/24][UPDATE] added motionKeyFrameEvent for css transitions WMLAngularMotionUIPropertyupdated package to conform with @windmillcode/wml-components-basev18.2.4000 [9/16/24]updated package to reflect the version 18.2.4 of @angular/core packagev18.2.4000 [9/17/24]updated package to reflect the version 18.2.4 of @angular/core packagev18.2.4100 [9/19/24]updated package to conform with @windmillcode/wml-components-basev18.2.4200 [9/21/24]updated package to conform with @windmillcode/wml-components-basev18.2.5001 [9/22/24]updated package to reflect the version 18.2.5 of @angular/core packagev18.2.6000 [10/1/24]updated package to reflect the version 18.2.6 of @angular/core packagev18.2.7000 [10/2/24]updated package to reflect the version 18.2.7 of @angular/core packagev18.2.7001 [10/5/24]updated package to conform with @windmillcode/wml-components-basev18.2.7010 [10/9/24]updated package to conform with @windmillcode/wml-components-basev18.2.7020 [10/10/2024 2:15:30 PM EST]updated package to conform with @windmillcode/wml-components-base
66
+
[PATCH] <codedir="auto">WMLAngularMotionUIProperty</code> constructor got updated in <codedir="auto">projects/wml-angular-components-base/src/lib/models.ts</code> to take partial props, fixing a bug where custom props were not being overridden just know that for the time being you can only use WMLMotionUIProperty or WMLAngularMotionUIProperty you cant use both becuase internally there would be a conflict with the management of static variables between the two classes
67
+
68
+
v18.2.8000 [10/10/24]updated package to reflect the version 18.2.8 of @angular/core package[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-accordion/)[](/Windmillcode-Angular-CDK-Docs/angular-components/wml-button/)
0 commit comments