In angular 5
, install package or lib required npm install. I'd like to know
if it is possible to include library like this :
<script src="http://xxxx/.js" ><script>
or use angular-cli
I don't know which file i should put in the new project .Or how to use it for example :
In angularjs 1.x we could use the script xxx for us to include 3rd party lib, i'd like to do is the same doing the 3rd party lib without using npm install.That's all.It better using below example
````
```