到我的Ionic 3项目。
与Angular5教程中一样,实现代码模块概念的“离子”方式是什么? 尝试运行代码时
ng g module core
我收到错误:
Unable to find any apps in `.angular-cli.json`.
谢谢
答案 0 :(得分:1)
只需转到您创建离子应用程序的文件夹并运行Sub MyInsertColumn()
Selection.EntireColumn.Offset(0, 1).Insert Shift:=xlToRight, CopyOrigin:=xlFormatRightOrAbove
Cells(6, ActiveCell.Column -1).Copy
Cells(6, ActiveCell.Column).Select
ActiveSheet.Paste
Cells(7, ActiveCell.Column -1).Copy
Cells(7, ActiveCell.Column).Select
ActiveSheet.Paste
Cells(8, ActiveCell.Column -1).Copy
Cells(8, ActiveCell.Column).Select
ActiveSheet.Paste
Application.CutCopyMode = False
End Sub
,ionic将为该ionic g page core
页面生成一个模块。
此时ionic不提供Core
命令。但是使用generate module
,它会创建generate page
。