From eb6f65265f855d18c67c6b66abd2f0a138430d31 Mon Sep 17 00:00:00 2001 From: Ricardo Varanda Date: Tue, 10 Jan 2017 11:39:17 +0000 Subject: [PATCH] Fixing router guard documentation In this excerpt without the checkLogin method it might indicate to users that they have to create a new class. --- public/docs/_examples/router/ts/app/auth-guard.service.3.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/public/docs/_examples/router/ts/app/auth-guard.service.3.ts b/public/docs/_examples/router/ts/app/auth-guard.service.3.ts index 8e417625fe..dd89006411 100644 --- a/public/docs/_examples/router/ts/app/auth-guard.service.3.ts +++ b/public/docs/_examples/router/ts/app/auth-guard.service.3.ts @@ -1,4 +1,3 @@ -// #docplaster // #docregion // #docregion can-activate-child import { Injectable } from '@angular/core';