Logo
Explore Help
Sign In
honeymoose/angular-cn
1
0
Fork 0
You've already forked angular-cn
Code Issues Pull Requests Packages Projects Releases Wiki Activity
angular-cn/public/docs/_examples/architecture/ts/app/logger.service.ts

12 lines
263 B
TypeScript
Raw Normal View History

docs(architecture): move diagram up; elab on svcs; add LC Hooks links
2015-12-17 13:49:33 -08:00
// #docregion
docs: update all docs to partially comply the style-guide
2016-05-03 14:06:32 +02:00
import { Injectable } from '@angular/core';
(docs) DevGuide Introduction incorporates Pascal & Felipe suggestions includes running sample code for the architecture overview closes #417
2015-11-28 20:43:09 -08:00
@Injectable()
docs(architecture): move diagram up; elab on svcs; add LC Hooks links
2015-12-17 13:49:33 -08:00
// #docregion class
(docs) DevGuide Introduction incorporates Pascal & Felipe suggestions includes running sample code for the architecture overview closes #417
2015-11-28 20:43:09 -08:00
export class Logger {
docs(architecture): move diagram up; elab on svcs; add LC Hooks links
2015-12-17 13:49:33 -08:00
log(msg: any) { console.log(msg); }
(docs) DevGuide Introduction incorporates Pascal & Felipe suggestions includes running sample code for the architecture overview closes #417
2015-11-28 20:43:09 -08:00
error(msg: any) { console.error(msg); }
docs(architecture): move diagram up; elab on svcs; add LC Hooks links
2015-12-17 13:49:33 -08:00
warn(msg: any) { console.warn(msg); }
}
chore: update to rc.0
2016-04-27 11:28:22 -07:00
// #enddocregion class
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 48ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API