9 Commits

Author SHA1 Message Date
Kristiyan Kostadinov
f2ee9d5679 refactor(docs-infra): use CDK clipboard service ()
The CDK has had a service for copying strings to the clipboard. These changes switch
AIO to it, rather than having to maintain a custom solution.

PR Close 
2021-02-16 07:43:56 -08:00
JoostK
f05999730a build(docs-infra): fix template type check errors ()
In  a limitation of Ivy's template type checker was fixed, where
all directive inputs would incorrectly allow `undefined` to be passed,
even when the input's type did not allow for it. Due to the fix, some
additional type errors were uncovered in AIO, where potential
`undefined` values would be passed to inputs that were not typed to
allow `undefined`.

PR Close 
2019-10-14 20:25:20 +00:00
George Kalpakas
b2666a2857 build(docs-infra): enable more TypeScript strictness flags ()
PR Close 
2019-10-10 13:56:14 -07:00
George Kalpakas
dd0be7feb7 fix(docs-infra): always default to no linenums in <aio-code> ()
Previously, `linenums` defaulted to true if the content was more than 10
lines long and false otherwise.

Since in most cases linenums add unnecessary visual noise, this commit
changes `linenums` to always default to false (regardless of the size of
the content). It can be still be turned on by explicitly setting to true
or a number.

PR Close 
2019-07-24 14:38:54 -07:00
George Kalpakas
3def652e18 build(docs-infra): upgrade @angular/* to 8.0.0-beta.14 ()
PR Close 
2019-04-25 12:32:48 -07:00
William Marques
fc6dad40ac fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips ()
Closes 

PR Close 
2018-10-17 11:05:29 -07:00
George Kalpakas
01d2dd2a3a refactor(aio): switch to pipeable RxJS operators ()
PR Close 
2018-03-23 12:53:58 -04:00
George Kalpakas
53227abe7b build(aio): upgrade rxjs to 6.0.0-beta.0 ()
PR Close 
2018-03-23 12:53:58 -04:00
Andrew Seguin
7c9b411777 feat(aio): migrate embedded comp to elements ()
PR Close 
2018-03-16 12:39:07 -07:00