Angularfire2 v5& Ionic 3如何创建核心模块?

时间:2017-10-30 18:22:39

标签: angular firebase-authentication ionic3 angularfire

我正在努力实现这一点:https://angularfirebase.com/lessons/google-user-auth-with-firestore-custom-data/#Generate-a-Core-Module-Optional

到我的Ionic 3项目。

与Angular5教程中一样,实现代码模块概念的“离子”方式是什么? 尝试运行代码时

ng g module core

我收到错误:

Unable to find any apps in `.angular-cli.json`.

谢谢

1 个答案:

答案 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

Here you have the list of commands