Re: [AngularJS] Angular CLI - Define a region of code to be left out for production

2018-04-10 Thread nandita bhattacharya
Hi, I think you need to use ng-non-bindable directive. Thanks and regards, Nandita On Tuesday, April 10, 2018, alternateName wrote: > > I want to know if there is a way with the Angular and Angular CLI to > define a region of code that will be omitted when compiling for prod. > > > Like you wo

[AngularJS] Angular CLI - Define a region of code to be left out for production

2018-04-10 Thread alternateName
I want to know if there is a way with the Angular and Angular CLI to define a region of code that will be omitted when compiling for prod. Like you would in C# with #If DEBUG #ENDIF I am using Angular 4 with compiler version 1.7.3 Thank you in advance for the help. -- You received this me