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
I'm starting an Electron project using Angular 9 as the JS Engine. I've got other frameworks like Proton, and Xel (which uses web components) to work with Angular 9/Electron. I'm not sure how to get this cool package of yours to work.
For Web-Components there is a special change needed in the app.modules.ts file to add CUSTOM_SCHEMA to the schemas so that they are picked up. I've done this.
Your doc says to use
constPhoton=require("electron-photon");
This doesn't work in Angular 9. It looks like an error trying to load the CSS.
Here is the console log:
The text was updated successfully, but these errors were encountered:
I'm starting an Electron project using Angular 9 as the JS Engine. I've got other frameworks like Proton, and Xel (which uses web components) to work with Angular 9/Electron. I'm not sure how to get this cool package of yours to work.
For Web-Components there is a special change needed in the app.modules.ts file to add CUSTOM_SCHEMA to the schemas so that they are picked up. I've done this.
Your doc says to use
This doesn't work in Angular 9. It looks like an error trying to load the CSS.
Here is the console log:
The text was updated successfully, but these errors were encountered: