Vinicius costa

Results 4 comments of Vinicius costa

> Can you please share an example repo? > > Thank you. I simply created 2 angular elements projects, built and installed them on sharepoint. when I add the components...

Step by step. 1.Create a folder "new-webpart" 2. run yo @pnp/spfx 3. ![image](https://user-images.githubusercontent.com/8633332/75968035-a8fd6080-5ec4-11ea-8f18-6bae83324001.png) 4. Select options ![image](https://user-images.githubusercontent.com/8633332/75968102-c7fbf280-5ec4-11ea-8f4a-89aedaa31f28.png) 5. ![image](https://user-images.githubusercontent.com/8633332/75968241-f679cd80-5ec4-11ea-9ac9-b7514d618620.png) 6. After the process, access the angular folder and run command...

> Thank you. Can you check in both projects if your web part contains the following line in both cases? > > ```ts > public render(): void { > this.domElement.innerHTML...