From 977317057802bb56930e860824512afe6d071d9b Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Tue, 7 Aug 2018 19:43:55 +0200 Subject: [PATCH] fix(App): ael and rel are reserved properties --- src/compiler/app/reserved-properties.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/compiler/app/reserved-properties.ts b/src/compiler/app/reserved-properties.ts index 7f3cdad64b0..39845b1a265 100644 --- a/src/compiler/app/reserved-properties.ts +++ b/src/compiler/app/reserved-properties.ts @@ -25,6 +25,8 @@ export const RESERVED_PROPERTIES: string[] = [ 'Promise', 'publicPath', 'queue', + 'ael', + 'rel', 'raf', 'read', 'ref',