Angular Element - Build your web component from scratch (in the simple way)

Angular Element - Build your web component from scratch (in the simple way)

Yappy Toy

2 года назад

3,181 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

paul d
paul d - 15.09.2022 15:56

For the part where you use concat to output your dist files as a single file, you can add this in your packages.json in order to run it every time you do "npm run build"...

"scripts": {
"build": "ng build --configuration production --output-hashing none",
"postbuild": "node build-script.js"
},

Ответить
Sunny Sood
Sunny Sood - 05.07.2022 19:14

how can I pass variable to web component? <my-element [inputnumber]="'123'"></my-element> Angular Web Components - @Input not receiving the value.

Ответить
Harsh Dhingra
Harsh Dhingra - 21.06.2022 13:50

Hy this is not working, any workarounds?

Ответить
Habibullah LS
Habibullah LS - 14.01.2022 18:21

Brother thank you very much, This tutorial is very important and advanced level. Please kindly remove Music on this video

Ответить