Wednesday, May 10, 2023

ANGULAR / CREATE A MODULE, COMPONENT WITHOUT CSS FILE IN ONE COMMAND?

 Minimalist Angular Cli generate example

ng g c hero-component --flat -it -is --skipTests

  • -is for inline css, preventing style file creation
  • --flat to prevent folder creation
  • -it for inline template, preventing html file creation
  • --skipTests to prevent .spec file creation

Link to the Angular doc reference https://angular

With all these parameters together,

The cli creates a single .ts file in the current folder and links it in the module.

Monday, May 8, 2023

How to add domain in Tag Manager

 Hello Friend today in this post I will explain to you how to add a domain name for tracking in Tag Manager.

 This is the screen where you add domain for tracking 




But the question is how to reach this window here is the step:-
this is an extension method of Crome 
Manage your extensions 
1)On your computer, open Chrome.
2)At the top right, click More More tools. Extensions.