Skip to content

Commit

Permalink
docs(core): @view annotations are no longer mandatory
Browse files Browse the repository at this point in the history
@view is [now optional](angular/angular@bd31b01).

Closes angular#5413
  • Loading branch information
timruffles committed Nov 23, 2015
1 parent 5806bab commit 9ca8a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/angular2/src/core/metadata/directives.ts
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ export class DirectiveMetadata extends InjectableMetadata {
/**
* Declare reusable UI building blocks for an application.
*
* Each Angular component requires a single `@Component` and at least one `@View` annotation. The
* Each Angular component requires a single `@Component` annotation. The
* `@Component`
* annotation specifies when a component is instantiated, and which properties and hostListeners it
* binds to.
Expand Down

0 comments on commit 9ca8a35

Please sign in to comment.