angular-cn/aio/content/guide
George Kalpakas dd0be7feb7 fix(docs-infra): always default to no linenums in `<aio-code>` (#31674)
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 #31674
2019-07-24 14:38:54 -07:00
..
accessibility.md docs: add accessibility guide (#30851) 2019-07-02 11:39:24 -07:00
ajs-quick-reference.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
animations.md docs: fix typo in animations doc (#30457) 2019-05-15 14:26:11 -07:00
aot-compiler.md style: change to American English (#27266) 2019-01-29 16:30:25 -08:00
app-shell.md docs: couple of small UI fixes throughout some documents (#31155) 2019-06-27 09:51:28 -07:00
architecture-components.md docs: change reference to jQuery programmers (#30386) 2019-05-13 10:49:26 -07:00
architecture-modules.md docs: re-phrase note in architecture guide for clarity (#28543) 2019-02-26 08:39:16 -08:00
architecture-next-steps.md docs: fix links to setup and cli docs (#26463) 2018-10-16 14:14:19 -07:00
architecture-services.md docs: fix typo (#26878) 2018-11-13 10:49:35 -08:00
architecture.md docs: fix explanation of Injectable decorator in architecture guide (#27480) 2019-01-22 10:18:05 -08:00
attribute-directives.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
bazel.md fix(bazel): do not modify tsconfig.json (#30877) 2019-06-11 14:23:00 -07:00
bootstrapping.md docs: change links to cli wiki to link to new aio docs (#26489) 2018-10-17 11:06:34 -07:00
browser-support.md docs: update polyfill support doc (#31262) 2019-07-08 10:22:01 -07:00
build.md docs: add missing word in build and deploy guide to clarify sentence (#31093) 2019-06-18 11:00:27 -07:00
cheatsheet.md docs: clarify meaning of injectable decorator (#31573) 2019-07-16 23:57:50 -04:00
cli-builder.md docs: add new cli builder api guide (#29964) 2019-05-22 16:19:54 -07:00
comparing-observables.md docs: rewrite Observable examples with pipable operators (#31074) 2019-06-18 09:47:06 -07:00
complex-animation-sequences.md docs: update group() link to point to the animations group API (#30618) 2019-06-18 10:49:46 -07:00
component-interaction.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
component-styles.md docs: clarify usage of using /deep/ in component styles guide (#30452) 2019-05-30 13:32:31 -04:00
creating-libraries.md docs: add architect terms (#26963) 2019-04-29 13:22:20 -07:00
dependency-injection-in-action.md docs: clarify behavior of dependency injection at root injector (#28753) 2019-02-19 12:33:48 -08:00
dependency-injection-navtree.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
dependency-injection-providers.md docs: remove coremodule references (#28434) 2019-03-29 10:29:51 -07:00
dependency-injection.md docs: fix spelling of 'its' (#30455) 2019-05-21 13:07:13 -07:00
deployment.md docs: fix typo in deployment page (#31369) 2019-07-02 11:29:11 -07:00
deprecations.md docs: add Renderer to deprecations doc (#31419) 2019-07-11 01:36:31 -04:00
displaying-data.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
docs-style-guide.md fix(docs-infra): always default to no linenums in `<aio-code>` (#31674) 2019-07-24 14:38:54 -07:00
dynamic-component-loader.md docs: fix dynamic-component-loader example for Adblock Plus + EasyList (#27212) 2018-11-30 13:35:38 -08:00
dynamic-form.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
elements.md docs(elements): move clarification about custom elements (#30594) 2019-05-30 13:35:15 -04:00
entry-components.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
feature-modules.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
file-structure.md docs: update file structure and workspace config for v8 (#30595) 2019-05-22 11:20:18 -07:00
form-validation.md docs: fix ngModel typo in form validation guide (#27574) 2018-12-11 16:22:58 -08:00
forms-overview.md docs: forms overview copy edit (#26450) 2018-10-19 11:08:47 -07:00
forms.md docs: change links to cli wiki to link to new aio docs (#26489) 2018-10-17 11:06:34 -07:00
frequent-ngmodules.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
glossary.md docs: couple of small UI fixes throughout some documents (#31155) 2019-06-27 09:51:28 -07:00
hierarchical-dependency-injection.md docs(core): DI module-level info fix (#29756) 2019-04-09 12:23:43 -07:00
http.md docs: change interceptor documentation (#30969) 2019-06-18 09:46:34 -07:00
i18n.md docs(core): update link to external i18n doc (#31353) 2019-07-01 10:08:53 -07:00
ivy.md docs: code sample closing in ivy.md (#30711) 2019-05-30 13:32:11 -04:00
language-service.md docs: add missing window key shortcut to language service guide (#29613) 2019-04-01 11:28:12 -07:00
lazy-loading-ngmodules.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
libraries.md docs: add custom-element ref to library overview (#28476) 2019-04-01 12:04:06 -07:00
lifecycle-hooks.md docs: fix typo in lifecycle-hooks.md (#28206) 2019-01-29 16:32:02 -08:00
module-types.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
ngmodule-api.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
ngmodule-faq.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
ngmodule-vs-jsmodule.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
ngmodules.md docs: add correct default cli ngModule (#31166) 2019-07-08 10:25:57 -07:00
npm-packages.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
observables-in-angular.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
observables.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
pipes.md docs: fix a grammar mistake (#30949) 2019-06-11 14:19:16 -07:00
practical-observable-usage.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
providers.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
reactive-forms.md docs: change doc for address form group in reactive forms guide (#30007) 2019-04-22 11:17:37 -07:00
releases.md docs: add core and cli version alignment note (#30976) 2019-06-19 08:49:24 -07:00
reusable-animations.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
route-animations.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
router.md docs: use dynamic import syntax in examples using lazy loading (#30563) 2019-05-21 09:09:35 -07:00
rx-library.md docs: remove deprecated `fromPromise` from RxJS guide (#28015) 2019-01-09 15:37:52 -08:00
schematics-authoring.md docs: add schematics guide (#28343) 2019-03-19 15:47:14 -04:00
schematics-for-libraries.md docs: update readme. sentence correction. (#30136) 2019-04-26 16:36:53 -07:00
schematics.md docs: add schematics guide (#28343) 2019-03-19 15:47:14 -04:00
security.md docs(core): update security guide sanitize example (#26777) 2018-10-26 12:31:49 -04:00
service-worker-communications.md docs(service-worker): note about isStable/setInterval (#28102) 2019-02-06 15:13:19 -05:00
service-worker-config.md refactor(service-worker): DRY up SW registration logic (#21842) 2019-04-25 12:29:58 -07:00
service-worker-devops.md feat(service-worker): support bypassing SW with specific header/query param (#30010) 2019-04-25 13:09:44 -07:00
service-worker-getting-started.md docs(service-worker): mention that HTTPS is required, unless on `localhost` (#30847) 2019-06-04 12:03:11 -07:00
service-worker-intro.md docs(service-worker): mention that HTTPS is required, unless on `localhost` (#30847) 2019-06-04 12:03:11 -07:00
set-document-title.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
setup-local.md docs: update node and typescript versions mentioned in docs (#30601) 2019-05-22 16:17:41 -07:00
setup.md docs: move old quick start content into new local setup guide (#29651) 2019-05-20 10:16:23 -07:00
sharing-ngmodules.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
singleton-services.md docs: remove prerequisite section in NgModules docs (#31169) 2019-07-17 13:26:00 -04:00
static-query-migration.md docs: fix typo in static query migration guide (#31572) 2019-07-15 16:46:33 -04:00
structural-directives.md docs: add microsyntax details (#31517) 2019-07-12 17:55:57 -04:00
styleguide.md docs: remove core.module.ts from file tree in style guide (#30679) 2019-05-28 09:27:49 -07:00
template-syntax.md docs: fix typo in Template Syntax headers (#31474) 2019-07-11 11:40:40 -04:00
testing.md docs: update node minimum version (#31192) 2019-06-21 12:02:38 -07:00
transition-and-triggers.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
typescript-configuration.md docs: refresh TypeScript configuration guide with updated info and files (#31097) 2019-06-18 09:47:48 -07:00
universal.md docs: update universal project structure (#29332) 2019-03-15 14:08:23 -04:00
updating.md docs: update deprecation practices, update release date, edits for readability and consistency (#29644) 2019-04-24 17:00:23 -07:00
upgrade-performance.md feat(upgrade): support downgrading multiple modules (#26217) 2018-11-05 16:33:55 -08:00
upgrade.md docs: add tests for lazy loading angularjs example (#30622) 2019-06-28 09:26:49 -07:00
user-input.md fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips (#26396) 2018-10-17 11:05:29 -07:00
using-libraries.md docs: clarify library types integration (#28410) 2019-02-11 17:13:44 +00:00
visual-studio-2015.md docs: update node and typescript versions mentioned in docs (#30601) 2019-05-22 16:17:41 -07:00
web-worker.md docs: fix example misprints (#31284) 2019-06-27 15:53:25 -07:00
workspace-config.md docs: fix typo in workspace config section (#31630) 2019-07-18 14:27:17 -07:00