官术网_书友最值得收藏!

Consistency and standards

For consistency and to reduce the length of our imports as well as prepare for better scalability, let's also create an index.ts file in app/modules/core/services, which will export a const collection of our services as well as export these services (in an alphabetical order to keep things tidy):

import { DatabaseService } from './database.service';
import { LogService } from './log.service';

export const PROVIDERS: any[] = [
DatabaseService,
LogService
];

export * from './database.service';
export * from './log.service';

We will follow a similar pattern of the organization throughout the book.

主站蜘蛛池模板: 手机| 益阳市| 伊川县| 邵阳市| 邛崃市| 海阳市| 奉新县| 汤原县| 安陆市| 麦盖提县| 民权县| 玉门市| 体育| 柞水县| 宁远县| 色达县| 佛冈县| 安仁县| 梅河口市| 华池县| 同江市| 常宁市| 东乌珠穆沁旗| 南丹县| 开平市| 无锡市| 车险| 桐柏县| 凤庆县| 吉林市| 南昌县| 滨海县| 许昌市| 孟津县| 江永县| 花莲县| 出国| 石城县| 扎鲁特旗| 乌兰县| 郴州市|