博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
npm和angular_如何开发,使用和发布Angular库到NPM
阅读量:2524 次
发布时间:2019-05-11

本文共 866 字,大约阅读时间需要 2 分钟。

npm和angular

by Omer Kalim Ansari

通过Omer Kalim Ansari

如何开发,使用和发布Angular库到NPM…但是有时不值得! (How to develop, consume, and publish an Angular library to NPM… but sometimes its not Worth it!)

Angular is a really popular and powerful JavaScript Framework on which one can built Web Apps to serve millions of daily users. It’s an open source framework by Google and anyone can collaborate. Likewise, there are thousands of packages for Angular available as plug-and-play on . Here in this article we’re gonna make one too ?.

Angular是一种非常流行且功能强大JavaScript框架,可以在其上构建Web Apps来为数百万的日常用户提供服务。 这是Google的开源框架,任何人都可以合作。 同样,有成千上万的Angular软件包可在上即插即用。 在本文中,我们还会做一个吗?

We will start this article as a tutorial to develop an Angular Component Library, consume it within an Angular CLI project, and then we’ll…

我们将以开发Angular Component Library的教程开始本文,并在Angular CLI项目中使用它,然后我们将…

翻译自:

npm和angular

转载地址:http://ffewd.baihongyu.com/

你可能感兴趣的文章
第五讲:单例模式
查看>>
Python编程语言的起源
查看>>
Azure ARMTemplate模板,VM扩展命令
查看>>
(转)arguments.callee移除AS3匿名函数的侦听
查看>>
onNewIntent调用时机
查看>>
MYSQL GTID使用运维介绍(转)
查看>>
04代理,迭代器
查看>>
解决Nginx+PHP-FPM出现502(Bad Gateway)错误问题
查看>>
Java 虚拟机:互斥同步、锁优化及synchronized和volatile
查看>>
2.python的基本数据类型
查看>>
python学习笔记-day10-01-【 类的扩展: 重写父类,新式类与经典的区别】
查看>>
查看端口被占用情况
查看>>
浅谈css(块级元素、行级元素、盒子模型)
查看>>
Ubuntu菜鸟入门(五)—— 一些编程相关工具
查看>>
PHP开源搜索引擎
查看>>
12-FileZilla-响应:550 Permission denied
查看>>
ASP.NET MVC 3 扩展生成 HTML 的 Input 元素
查看>>
LeetCode 234. Palindrome Linked List
查看>>
编译HBase1.0.0-cdh5.4.2版本
查看>>
结构体指针
查看>>