- 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 { }
推薦閱讀
- C++案例趣學(xué)
- HTML5移動(dòng)Web開(kāi)發(fā)技術(shù)
- HTML5 Mobile Development Cookbook
- Wireshark Network Security
- Easy Web Development with WaveMaker
- PHP編程基礎(chǔ)與實(shí)例教程
- Kubernetes進(jìn)階實(shí)戰(zhàn)
- Java編程從入門(mén)到精通
- Kotlin Programming By Example
- Web程序設(shè)計(jì):ASP.NET(第2版)
- Get Your Hands Dirty on Clean Architecture
- 例解Python:Python編程快速入門(mén)踐行指南
- 體驗(yàn)之道:從需求到實(shí)踐的用戶體驗(yàn)實(shí)戰(zhàn)
- Microsoft Hyper-V PowerShell Automation
- Python游戲編程項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)