- 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 { }
推薦閱讀
- JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- 自己動手實(shí)現(xiàn)Lua:虛擬機(jī)、編譯器和標(biāo)準(zhǔn)庫
- 區(qū)塊鏈架構(gòu)與實(shí)現(xiàn):Cosmos詳解
- Interactive Applications Using Matplotlib
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(高級進(jìn)階篇)
- Mastering Ext JS
- Mastering Apache Spark 2.x(Second Edition)
- Keras深度學(xué)習(xí)實(shí)戰(zhàn)
- 微信小程序全棧開發(fā)技術(shù)與實(shí)戰(zhàn)(微課版)
- Unity 2018 Shaders and Effects Cookbook
- Scratch·愛編程的藝術(shù)家
- 后臺開發(fā):核心技術(shù)與應(yīng)用實(shí)踐
- Photoshop智能手機(jī)APP界面設(shè)計(jì)
- 程序員的成長課
- C/C++代碼調(diào)試的藝術(shù)(第2版)