gpt4 book ai didi

javascript - typescript -错误 TS1146 : Declaration expected

转载 作者:太空狗 更新时间:2023-10-29 17:47:07 26 4
gpt4 key购买 nike

我得到了最新的TypeScript通过 npm (npm install -g typescript)

版本 1.7.5

当我在我的文件上运行 typescript 编译命令时:tsc app.component.ts --module system

我收到以下错误:app.component.ts(15,7): error TS1146: Declaration expected.

import {Component} from 'angular2/core';

@Component({
selector: 'my-app',
// template: '<h1>My title: {{title}}</h1> <h2>Hardcoded h2</h2>'
})
@View({ // <- line 7
templateUrl: '/templates/home.html',
directives: []
})
.Class({
constructor: function() {

}
}); // <- line 15

export class AppComponent {
title = "My First Angular 2 App";
}

有人知道这个错误是什么意思吗?

最佳答案

试试这个

import { Component } from '@angular/core';

关于javascript - typescript -错误 TS1146 : Declaration expected,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34735530/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com