- NativeScript for Angular Mobile Development
- Nathan Walker Nathanael J. Anderson
- 51字
- 2021-07-02 18:41:47
Create our module shells
Without writing the implementation of our services yet, we can define what our CoreModule will generally look like with NgModule by starting to define what it should provide:
Let's create app/modules/core/core.module.ts:
// angular
import { NgModule } from '@angular/core';
@NgModule({})
export class CoreModule { }
推薦閱讀
- Learning PostgreSQL
- vSphere High Performance Cookbook
- 精通Scrapy網絡爬蟲
- Advanced Express Web Application Development
- 21天學通C++(第5版)
- Django實戰:Python Web典型模塊與項目開發
- 新印象:解構UI界面設計
- Emotional Intelligence for IT Professionals
- Mockito Essentials
- Java程序設計基礎(第6版)
- INSTANT Apache ServiceMix How-to
- HTML5 WebSocket權威指南
- RESTful Web API Design with Node.js
- 詩意的邊緣
- R統計應用開發實戰