diff --git a/public/docs/ts/latest/guide/architecture.jade b/public/docs/ts/latest/guide/architecture.jade index addfce287e..d699f3ba1d 100644 --- a/public/docs/ts/latest/guide/architecture.jade +++ b/public/docs/ts/latest/guide/architecture.jade @@ -3,12 +3,11 @@ block includes - var _library_module = 'library module' - var _at_angular = '@angular' -:marked - Angular is a framework for building client applications in HTML and - either JavaScript or a language like TypeScript that compiles to JavaScript. - -block angular-parts +block angular-intro :marked + Angular is a framework for building client applications in HTML and + either JavaScript or a language like TypeScript that compiles to JavaScript. + The framework consists of several libraries, some of them core and some optional. :marked @@ -568,15 +567,15 @@ block registering-providers by implementing the lifecycle hook interfaces. > [**Pipes**](pipes.html): Use pipes in your templates to improve the user experience by transforming values for display. Consider this `currency` pipe expression: -