Josef Henryson
03/12/2024, 8:02 AMJosef Henryson
03/12/2024, 1:10 PMJemayn
03/12/2024, 2:08 PMD_Inventor
03/12/2024, 6:02 PMD_Inventor
03/12/2024, 6:04 PMD_Inventor
03/12/2024, 6:08 PMdirective.ts
contains an angularjs directive. This is the angularJS side of the bridge.
main.lit.ts
contains the main Lit element. This is the Lit side of the bridge.
content.lit.ts
contains the actual app. This content element contains all the business logic and consumes the services from the bridge.
After you upgrade to U14, you will throw away directive.ts and main.lit.ts.Josef Henryson
03/13/2024, 1:26 PM