我正在跟随ng-book2编写一个简单的reddit克隆应用程序。到目前为止,我只有一个索引。html文件和单个应用程序。ts文件。
现在在我的应用程序中。ts文件,我声明了2个组件。第二个组件--reddit
应该加载第一个组件--reddit文章
和文章
类。现在,在运行服务器时,出现以下错误:
angular2.dev.js:23501异常:在ArticleComponentBrowserDomA上没有找到指令注释dapter.log错误@angular2.dev.js:23501BrowserDomAdapter.log组@angular2.dev.js:23512ExceptionHandler.call@angular2.dev.js:1185(匿名函数)@<_notifyOnError@angular2.dev.js:13533collection_1。StringMapWrapper.merge.on错误@angular2.dev.js:13437Zone.run@angular2-polyfills.js:1247(匿名函数)@angular2.dev.js:13456zoneBoundFn@angular2-polyfills.js:1220lib$es6$promise$$内部$$try Catch@angular2-polyfills.js:468lib$es6$promise$$内部$$调用@angular2-polyfills.js:480lib$es6$promise$$内部$$发布@angular2-polyfills.js:451(匿名函数)@angular2-polyfills.js:123微任务@angular2.dev.js:13488区. run@angular2-polfills. js: 1243(匿名函数)@angular2. dev. js: 13456zoneBoundFn@angular2js: 262 angular2. dev. js: 23501 STACKTRACE: BrowserDomAdapter. logError@angular2. dev. js: 23501ExceptionHandler. call@angular2. dev. js: 1187(匿名函数)@angular2. dev. js: 12489NgZone._notifyOnError@angular2. dev. js:13533collection_1。StringMapWrapper. merge. onError@angular2. dev. js: 13437Zone. run@angular2-Polyfills. js: 1247(匿名函数)@angular2. dev. js: 13456zoneBoundFn@angular2-Polyfills. js: 1220lib$es6$promise$$内部$$try Catch@angular2-Polyfills. js: 468lib$es6$promise$内部$$调用@angular2-Polyfills. js: 480lib$es6$promise$内部$$发布@angular2-Polyfills. js: 451(匿名函数)@angular2-polfills. js: 123microment@angular2. dev. js: 13488Zone. run@angular2-polfills. js: 1243(匿名函数)@angular2. dev. js: 13456zoneBoundFn@angular2-polfills. js: 1220lib$es6$promise$asap$$flush@angular2-polfills. js: 262 angular2. dev. js: 23501错误:在新的BaseExcture(超文本传输协议://localhost: 8080/node_modules/angular2/bundles/angular2.dev.js: 7385:21)在运行时MetadataResolver. getDirectiveMetadata(超文本传输协议://localhost: 8080/node_modules/angular2/bundles/angular2. dev. js: 6688:13)在运行时MetadataResolver. getDirectiveMetadata(超文本传输协议://localhost: 8080/node_modules/angular2/bundles/angular2. dev. js: 22724:47)在超文本传输协议://localhost: 8080/node_modules/angular2/bundles/angular2. dev. js: 22792: 22在Array. map(本地)的Array. map(超文本传输协议://localhost: 8080/node_modules/es6-shim/es6-shim. js: 1101:14)在RuntimeMetadataResolver. getViewDirectivesMetadata(超文本传输协议://localhost: 8080/node_modules/angular2/bundles/angular2. dev. js: 22791:25)在TemplateCompiler的_compileNestedComponentRuntime(超文本传输协议://localhost: 8080/node_modules/angular2/bundles/angular2. dev. js: 24763:63)在超文本传输协议://localhost: 8080/node_modules/angular2/bundles/angular2. dev. js: 24748:26在Array. foreach(本机)
-----异步间隙------在_GetStackTraceWithUnCughtError处出错(http://localhost:8080/node_modules/angular2/bundles/angular2-多填料。js:2244:29)在分区。叉子(http://localhost:8080/node_modules/angular2/bundles/angular2-多填料。js:2293:47)在区域。束缚(http://localhost:8080/node_modules/angular2/bundles/angular2-多填料。js:1218:53)在bindArguments(http://localhost:8080/node_modules/angular2/bundles/angular2-多填料。js:1401:36)在lib$es6$promise$promise$$promise。obj。(匿名功能)[与当时一样](http://localhost:8080/node_modules/angular2/bundles/angular2-多填料。js:1413:46)在TemplateCompiler_compileComponentRuntime(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:24741:14)在TemplateCompiler。compileHostComponentRuntime(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:24693:14)在运行时。编译主机(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:25044:37)在DynamicComponentLoader上。加载根(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:12253:29)在迪尤1号。提供使用工厂(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:12351:39)
-----异步间隙------在_GetStackTraceWithUnCughtError处出错(http://localhost:8080/node_modules/angular2/bundles/angular2-多填料。js:2244:29)在分区。叉子(http://localhost:8080/node_modules/angular2/bundles/angular2-多填料。js:2293:47)在NgZone_createInnerZone(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:13444:39)在新工业区(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:13310:32)在createNgZone(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:12373:12)在平台上。应用(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:12448:31)反对。引导(http://localhost:8080/node_modules/angular2/bundles/angular2.dev.js:25239:64)执行时(http://localhost:8080/app.js:76:23)至少,重新评估(http://localhost:8080/node_modules/systemjs/dist/system.src.js:2981:26)反对。执行(http://localhost:8080/node_modules/systemjs/dist/system.src.js:3099:13)
指数html:
<!doctype html>
<html>
<head>
<title>Angular 2 - Simple Reddit</title>
<link rel="icon" type="image/png" href="resources/images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" href="resources/images/favicon.ico" />
<!-- Libraries -->
<script src="node_modules/es6-shim/es6-shim.js"></script>
<script src="node_modules/angular2/bundles/angular2-polyfills.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="node_modules/rxjs/bundles/Rx.js"></script>
<script src="node_modules/angular2/bundles/angular2.dev.js"></script>
<!-- Stylesheet -->
<link rel="stylesheet" type="text/css" href="resources/vendor/semantic.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<!-- Configure System.js, our module loader -->
<script>
System.config({
packages: {
app: {
format: 'register',
defaultExtension: 'js'
}
}
});
System.import('app.js')
.then(null, console.error.bind(console));
</script>
<!-- Menu Bar -->
<div class="ui menu">
<div class="ui container">
<a href="#" class="header item">
<img class="logo" src="resources/images/ng-book-2-minibook.png">
ng-book 2
</a>
<div class="header item borderless">
<h1 class="ui header">
Angular 2 Simple Reddit
</h1>
</div>
</div>
</div>
<div class="ui main text container">
<reddit>Loading...</reddit> <!-- <--- Our app loads here! -->
</div>
</body>
</html>
应用程序。ts:
import { bootstrap } from 'angular2/platform/browser';
import { Component } from 'angular2/core';
@Component({
selector: 'reddit-article',
host: {
class: 'row'
},
template: `
<div class="four wide column center aligned votes"> <div class="ui statistic">
<div class="value"> {{ article.votes }}
</div>
<div class="label">
Points
</div>
</div>
</div>
<div class="twelve wide column">
<a class="ui large header" href="{{ article.link }}"> {{ article.title }}
</a>
<ul class="ui big horizontal list voters">
<li class="item">
<a href (click)="voteUp()">
<i class="arrow up icon"></i> upvote
</a> </li>
<li class="item">
<a href (click)="voteDown()">
<i class="arrow down icon"></i>
downvote
</a> </li>
</ul> </div>
`
})
class Article {
title: string;
link: string;
votes: number;
constructor(title: string, link: string, votes?: number) {
this.title = title;
this.link = link;
this.votes = votes || 0;
}
voteUp(): void {
this.votes += 1;
}
voteDown(): void {
this.votes -= 1;
}
}
class ArticleComponent {
article: Article;
constructor() {
this.article = new Article('Angular 2', 'http://angular.io', 10);
}
voteUp(): boolean {
this.article.voteUp();
return false;
}
voteDown(): boolean {
this.article.voteDown();
return false;
}
}
@Component({
selector: 'reddit',
directives: [ArticleComponent],
template: `
<form class="ui large form segment">
<h3 class="ui header">Add a Link</h3>
<div class="field">
<label for="title">Title:</label> <input name="title" #newtitle>
</div>
<div class="field">
<label for="link">Link:</label>
<input name="link" #newlink>
</div>
<button (click)="addArticle(newtitle, newlink)"
class="ui positive right floated button">
Submit link
</button>
</form>
<div class="ui grid posts">
<reddit-article>
</reddit-article>
</div>`
})
class RedditApp {
constructor() {
}
addArticle(title: HTMLInputElement, link: HTMLInputElement): void {
console.log(`Adding article title: ${title.value} and link: ${link.value}`);
}
}
bootstrap(RedditApp);
您在RedditApp的指令中列出了ArticleComponent,但ArticleComponent不是指令。它没有@Directive(...)
或@Component(...)
装饰器。
您在错误的类上定义了@Component
:而不是ArticleComponent
。您可以在RedditApp
类的directives
属性中设置ArticleComponent
类。
你可以这样改变:
class Article {
(...)
}
@Component({
(...)
})
class ArticleComponent {
(...)
}
@Component({
(...)
})
class RedditApp {
(...)
}
问题内容: 当我有嵌套在根组件下的组件时,我无法实例化我的应用程序,该组件在其构造函数中使用。 我想知道为什么这种行为是非法的。假设我想在班级中使用该类,而只是在班级中引用该类。这似乎是不可能的。 创建层次结构的正确方法是什么? 谢谢你 PLNKR:http ://plnkr.co/edit/5Z0QMAEyZNUAotZ6r7Yi?p=preview 问题答案: 您可以直接将父组件注入到组件中,
问题内容: 我正在使用angular2和gulp开发一个节点应用程序。我编写了一个组件文件login.ts,如下所示: 我的bootstrap.ts文件是: 但是当我编译这些文件时,出现以下错误: 这是我的tsconfig.json: 我已经使用以下命令安装了angular2的类型: 请帮助纠正错误。 问题答案: @simon错误说的是输入错误。但是对于其他进口商品,我已经发布了此答案,可能对其他
我在RC4上,我得到了一个错误,因为我的模板没有将“exportas”设置为“ngform”的指令: boot.ts: ///下面是我的下拉列表:
我正面临着一个令人沮丧的问题 没有将“exportas”设置为“ngform”的指令(“ ]#f=”ngform“(ngSubmit)=”onsubmit(f)“class=”form-hosteral“>”):ng:///componentsmodule/equipeComponent.html@8:12错误:模板解析错误:没有将“exportas”设置为“ngform”(“]#f=”ngfor
我试图在我的angular2应用程序中使用ng2上传器,我试图在我的视图中添加一个按钮点击上传操作,我试图像文档一样解释 component.ts component.html 但我在导航器中遇到了以下错误: 错误:ReferenceError:UPLOAD_指令未定义(…)ZoneDelegate。调用@angular2 polyfills。js:332Zone。运行@angular2 poly
本文向大家介绍Angular2内置指令NgFor和NgIf详解,包括了Angular2内置指令NgFor和NgIf详解的使用技巧和注意事项,需要的朋友参考一下 在这一章节中,我们来学习如何使用Angular2来展示数据,以及如何使用它的内置指令NgFor和NgIf 首先要确保你有一个可以运行起来的Angular2的样例程序,最好就是我们上一章节中完成的那个QuickStart小项目或者你自己根据官