Skip to content

Instantly share code, notes, and snippets.

View mustafa05deniz's full-sized avatar
🏠
Working from home

Mustafa Deniz mustafa05deniz

🏠
Working from home
View GitHub Profile
@mustafa05deniz
mustafa05deniz / component.ts
Last active February 21, 2022 08:18
Create Component
<--Angular-->
this.ComponentList.map((res) => {
this.mainContainer.createComponent(res);
});
<--React-->
React.createElement(ComponentList[block], {