Hi All,
I created custom.css and uploaded in site assets folder.
in visual studio code.
in FirstAppCustomizerApplicationCustomizer.ts
added css link as below

and in serve.json added page url.
and then i tested and i am getting error.
Please correct me where i am missing.
Thank you,
Sowjanya.
Vikas JhaPosted Sep 14, 2020, 2:31 AM
Vikas JhaPosted Sep 22, 2020, 1:05 AM
for confirming. Please accept one of the reply as accepted solution.
Vikas JhaPosted Sep 22, 2020, 12:35 AM
for confirming. Please one of the reply as accepted solution.
sowjanya venkatagiriPosted Sep 21, 2020, 12:03 PM
Hi Vikas,
Thank you so much it worked .
display: none !important;
}
div#O365_SuiteBranding_container {
display: none !important;
}
Vikas JhaPosted Sep 19, 2020, 12:34 AM
Vikas JhaPosted Sep 18, 2020, 1:21 AM
Vikas JhaPosted Sep 15, 2020, 1:08 AM
sowjanya venkatagiriPosted Sep 14, 2020, 10:33 AM
Hi Vikas,
public onInit(): Promise<void> {
cssTag.rel = "stylesheet";
cssTag.type="text/css";
cssTag.href = this._css;
return Promise.resolve();
sowjanya venkatagiriPosted Sep 9, 2020, 7:45 AM
Hi Vikas,
Vikas JhaPosted Sep 9, 2020, 7:28 AM
sowjanya venkatagiriPosted Sep 9, 2020, 6:24 AM
Hi Vikas,
Error loading debug script. Ensure the server is running and the "debugManifestsFile" parameter URL is correct.
Error: Script error for: https://localhost:4321/temp/manifests.js http://requirejs.org/docs/errors.html#scripterror
Vikas JhaPosted Sep 9, 2020, 2:01 AM
sowjanya venkatagiriPosted Sep 8, 2020, 10:28 AM
Hi Vikas,
Vikas JhaPosted Sep 8, 2020, 4:48 AM
Please find the details in this url
sowjanya venkatagiriPosted Sep 7, 2020, 1:49 PM
Hi Vikas,
Vikas JhaPosted Sep 7, 2020, 5:47 AM
Vikas JhaPosted Sep 4, 2020, 10:06 PM
Vikas JhaPosted Sep 4, 2020, 10:02 PM