From 9214e58d4479c263eece42e6dd21baf012de691c Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 5 Dec 2022 16:18:24 +0000 Subject: [PATCH] build: enable the ng-dev auth service (#48361) Enable the auth service for merging into the repository PR Close #48361 --- .ng-dev/github.mts | 1 + 1 file changed, 1 insertion(+) diff --git a/.ng-dev/github.mts b/.ng-dev/github.mts index ab90a09452a31..d77ca110bb3cd 100644 --- a/.ng-dev/github.mts +++ b/.ng-dev/github.mts @@ -8,4 +8,5 @@ export const github: GithubConfig = { owner: 'angular', name: 'angular', mainBranchName: 'main', + useNgDevAuthService: true, };