当前位置: 首页 > 软件库 > 手机/移动开发 > >

tns-ng

授权协议 MIT License
开发语言 JavaScript TypeScript
所属分类 手机/移动开发
软件类型 开源软件
地区 不详
投 递 者 邵刚洁
操作系统 iOS
开源组织
适用人群 未知
 软件概览

Tns Ng

Angular CLI for Nativescript. Generates component for Nativescript Angular projects

Table of Contents

Installation

npm install -g tns-ng

Usage

tng --help

Generating Components and Services

tng generate|g [type] [name] 

You can use the tng generate (or just tng g) command to generate Nativescript Angular components:

tng generate component my-component
tng g component my-component # using the alias

# components support relative path generation
# if in the directory app/feature/ and you run
tng g component my-component
# your component will be generated in app/feature/my-component
# but if you were to run
tng g component feature/my-component
# your component will be generated in app/feature/my-component

# This will create four files:
__my-component__/__my-component__.component.html
__my-component__/__my-component__.component.ts
__my-component__/__my-component__.component.android.css
__my-component__/__my-component__.component.ios.css

You can find all possible types in the table below:

Scaffold Usage
Component tng g component my-component
Service tng g service my-service

Contributing

Just fork and pull request :D

  • 一、创建ns-ng项目,并添加平台,运行项目 tns create appName --ng tns platform add ios/android tns run ios/android --emulator   转载于:https://my.oschina.net/u/3373019/blog/1800243

  • 使用Oracle客户端的Net Configuration Assistant,在本地配置了一个tns连接一个远程的数据库,名称为romotedb。   然后通过tnsping该remotedb,连接成功。   想当然的使用sqlplus来连接remotedb,结果报错:   ERROR: ORA-12514: TNS: 监听程序当前无法识别连接描述符中请求的服务 很是奇怪!   参考网上很多类似

 相关资料
  • tns

    tns为 thrift rpc 分布式组件,实现 rpc 的高可靠、负载均衡、水平动态可扩展等,工具提供完整的命令行管理方式。

  • tns-urihandler A NativeScript Module for inner-app communication URI handling How to custom scheme in NativeScript Projects Android Add following code to your AndroidManifest.xml, where you can find t

  • lsnrctl启动侦听器时遇到以下错误。 错误侦听:(ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))TNS-12542: TNS:地址已在使用TNS-12560: TNS:协议适配器错误TNS-00512:地址已在使用Linux错误: 98:地址已在使用 listener.ora的内容如下。NSMS=(DESCRIPTION_LIST=(DESCRIPTION=

  • This repository is deprecated in favor of NativeScirpt/NativeScript/tns-core-modules-widgets. NativeScript Core Modules Widgets This repository contains the source code of the tns-core-modules-widgets

  • 我收到以下错误消息 JAVAsql。SQLException:Listener拒绝了连接,出现以下错误:ORA-12505,TNS:Listener当前不知道连接描述符中给出的SID 原因:甲骨文。网纳什。NetException:侦听器拒绝连接,出现以下错误:ORA-12505,TNS:侦听器当前不知道连接描述符中给出的SID 请帮我这个...

  • 问题内容: 在我的NativeScript项目中,我想包含RecyclerViewAndroid支持库中的内容。我将依赖项包括在: 从git issue#2295和其他相关问题中,我读到tns-platform-declarations可以提供本机android / ios库的定义文件的内容。所以我安装了它们并遵循了tns平台声明文档 我想编译以下示例代码段: 声明var android以上类似内