From f7e1c21596bfe80532599a89d773a842986fee39 Mon Sep 17 00:00:00 2001 From: Sonu Kapoor Date: Sun, 2 Feb 2020 21:22:18 -0500 Subject: [PATCH] docs: fix awkard space due to margin in sections with `alert` class (#35113) PR Close #35113 --- aio/content/guide/aot-compiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/aot-compiler.md b/aio/content/guide/aot-compiler.md index 9a935e8a4c..07dbb7453c 100644 --- a/aio/content/guide/aot-compiler.md +++ b/aio/content/guide/aot-compiler.md @@ -6,7 +6,7 @@ The Angular [ahead-of-time (AOT) compiler](guide/glossary#aot) converts your Ang This guide explains how to specify metadata and apply available compiler options to compile your applications efficiently using the AOT compiler. -
Watch compiler author Tobias Bosch explain the Angular compiler at AngularConnect 2016.