Angular 6 Custom Elements' Properties
Angular 6 Custom Elements’ Properties
If you are not familiar with Angular custom elements, read my previous post.
Here is tips on how to expose properties from your custom element so the user of can do something like this:
if (document.readyState === 'complete') { document.querySelector('fooComponent').value = 'i am value-able'; document.querySelector('fooComponent').fooProp = 'i am foo…
View On WordPress
















