George Kalpakas
|
d89200ad24
|
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
|
2020-07-31 11:00:05 -07:00 |
|
Pete Bacon Darwin
|
d878f3df93
|
test(core): fix security example e2e test (#26777)
The changes in d5cbcef0ea8e3c caused this test to fail.
PR Close #26777
|
2018-10-26 12:31:49 -04:00 |
|
Brandon Roberts
|
2278fe8f0e
|
docs(aio): Upgrade examples to Angular 6 (#23234)
PR Close #23234
|
2018-04-17 14:09:02 -07:00 |
|
Jesus Rodriguez
|
9bbf009dff
|
build(aio): change examples to CLI (#19248)
PR Close #19248
|
2017-09-21 17:05:54 -07:00 |
|