docs: add http guide sample and adjust text (#21326)

PR Close #21326
This commit is contained in:
Ward Bell
2018-01-05 01:46:55 -08:00
committed by Jason Aden
parent e0022ae9cd
commit 2aa460b30e
67 changed files with 2935 additions and 1090 deletions

View File

@ -17,7 +17,6 @@ const CLI_SPEC_FILENAME = 'e2e/app.e2e-spec.ts';
const EXAMPLE_CONFIG_FILENAME = 'example-config.json';
const IGNORED_EXAMPLES = [ // temporary ignores
'quickstart',
'http',
'setup',
'webpack',
'upgrade-p'