- 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 { }
推薦閱讀
- 程序員修煉之道:程序設計入門30講
- SoapUI Cookbook
- 深入淺出Java虛擬機:JVM原理與實戰(zhàn)
- NativeScript for Angular Mobile Development
- Scratch真好玩:教小孩學編程
- SEO實戰(zhàn)密碼
- Visual C
- 網(wǎng)站構建技術
- Working with Odoo
- Machine Learning With Go
- SQL Server 2008中文版項目教程(第3版)
- Neo4j 3.x入門經(jīng)典
- Java程序設計教程
- HikariCP數(shù)據(jù)庫連接池實戰(zhàn)
- C#網(wǎng)絡編程高級篇之網(wǎng)頁游戲輔助程序設計