docs: update docs-style-guide (#36281)

This commit updates the documentation style guide
so that it is in line with current standards, those
of Google as well as those within the Angular docs.

PR Close #36281
This commit is contained in:
Kapunahele Wong 2020-03-24 16:07:22 -04:00 committed by Alex Rickabaugh
parent 46ab85996c
commit f76f2eb381
2 changed files with 629 additions and 578 deletions

View File

@ -0,0 +1,13 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-not-great',
})
// #docregion not-great
export class NotGreatComponent {
buggyFunction() {
// things could be better here...
}
}
// #enddocregion not-great

File diff suppressed because it is too large Load Diff