Angular入门步骤4-更改未反映在应用程序页面上

时间:2019-05-05 22:01:13

标签: angular

我正在尝试按照以下指南学习Angular:https://angular.io/guide/quickstart

我在Mac电脑上,并且(据我所知)已经按照它说的去做,在我对app.component.ts文件进行更改后,使用Future<Null> launch(String url, { Map<String, String> headers: null, bool withJavascript: true, bool clearCache: false, bool clearCookies: false, bool hidden: false, bool enableAppScheme: true, Rect rect: null, **String userAgent: null,** bool withZoom: false, bool withLocalStorage: true, bool withLocalUrl: true, bool scrollBar: true, bool supportMultipleWindows: false, bool appCacheEnabled: false, bool allowFileURLs: false, }); 像上面说的那样对页面进行了处理。并保存,Web浏览器不仅不会刷新,而且即使我手动刷新,内容也不会反映我所做的更改。

我尝试过-https://github.com/angular/angular-cli/issues/4329#issuecomment-276820364-但这没用。

我还能尝试什么?尝试学习一些东西,甚至不在第一页上就感到非常沮丧!

0 个答案:

没有答案