From 568612349f0075d0658ddb867f6f9461c4b410aa Mon Sep 17 00:00:00 2001 From: Will Date: Thu, 7 Jun 2018 02:14:04 +0800 Subject: [PATCH] docs(aio): added a link to Angular Zero online course (Traditional Chinese) (#24228) PR Close #24228 --- aio/content/marketing/resources.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index f867de5fb8..da1097e96d 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -612,6 +612,12 @@ "title": "Ultimate Angular", "url": "https://ultimateangular.com/" }, + "willh-angular-zero": { + "desc": "Online video course in Chinese for newbies who need to learning from the scratch in Chinese. It's covering Angular, Angular CLI, TypeScript, VSCode, and some must known knowledge of Angular development.", + "rev": true, + "title": "Angular in Action: Start From Scratch (正體中文)", + "url": "https://www.udemy.com/angular-zero/?couponCode=ANGULAR.IO" + }, "angular-firebase": { "desc": "Video lessons covering progressive web apps with Angular, Firebase, RxJS, and related APIs.", "rev": true,