refactor(docs-infra): remove unnecessary use strict
from docs examples TS files (#38143)
By default, TypeScript will emit `"use strict"` directives, so it is not necessary to include `'use strict'` in `.ts` files: https://www.typescriptlang.org/docs/handbook/compiler-options.html#:~:text=--noImplicitUseStrict PR Close #38143
This commit is contained in:

committed by
Alex Rickabaugh

parent
00b7186cb2
commit
d89200ad24
@ -1,6 +1,4 @@
|
||||
// #docregion
|
||||
'use strict';
|
||||
|
||||
// Define the `phonecatApp` AngularJS module
|
||||
angular.module('phonecatApp', [
|
||||
'ngAnimate',
|
||||
|
Reference in New Issue
Block a user