docs(aio): fix not found schema (#20347)

Fixes #20338

PR Close #20347
This commit is contained in:
Aravind 2017-11-11 04:35:19 +05:30 committed by Jason Aden
parent e7a2b31472
commit 3caae94261
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ You can think of `.metadata.json` as a diagram of the overall structure of a dec
<div class="l-sub-section">
Angular's [schema.ts](https://github.com/angular/angular/blob/master/packages/tsc-wrapped/src/schema.ts)
Angular's [schema.ts](https://github.com/angular/angular/blob/master/packages/compiler-cli/src/metadata/schema.ts)
describes the JSON format as a collection of TypeScript interfaces.
</div>