CdsModule #5404
-
Hi, looking to the code in the Demo app I see the usage of Unfortunately I can't find any documentation about. What is the right workflow to write an Angular app using Clarity Core ?? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
This will be released after the holidays but basically it is used to inform the Angular compiler about the web components so you won't have to use the CUSTOM_ELEMENTS_SCHEMA (and lose intellisense in your editors). Documentation will be ready by v5 for how to use it, but its not yet released. |
Beta Was this translation helpful? Give feedback.
-
Is there something in the doc if I build locally from branch "next"?
Massimo Costa
Il lun 21 dic 2020, 20:38 Jeremy Wilken <notifications@github.com> ha
scritto:
… This will be released after the holidays but basically it is used to
inform the Angular compiler about the web components so you won't have to
use the CUSTOM_ELEMENTS_SCHEMA (and lose intellisense in your editors).
Documentation will be ready by v5 for how to use it, but its not yet
released.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5404 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA4I7OPN4ZNMVZOQ5XS2MATSV6P2XANCNFSM4VDJE3LQ>
.
|
Beta Was this translation helpful? Give feedback.
-
Yeah. If you have the next branch, you can run The code for the Angular wrappers live in |
Beta Was this translation helpful? Give feedback.
-
I also have a few question about how to use the new I'm currently trying to create a Stackblitz app from your demo core-angular-cli. My use case is an application that, whenever possible, should use elements from
|
Beta Was this translation helpful? Give feedback.
@mcosta74
Yeah. If you have the next branch, you can run
yarn run build:libs
. This should build all the libraries. You will be able to find the package for the Angular wrappers indist/angular
.The code for the Angular wrappers live in
packages/angular/projects/cds-angular
.