Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@wolf_and_associates/article
Advanced tools
Render Articles for end-users. This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
Render Articles for end-users. This library was generated with Angular CLI version 11.2.14.
Run ng generate component component-name --project Article
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module --project Article
.
Note: Don't forget to add
--project Article
or else it will be added to the default project in yourangular.json
file.
Install the library from NPM
npm i --save @wolf_and_associates/article
Next, in your app.module.ts
file, import the library at the top of the file:
import { ArticleModule } from '@wolf_and_associates/article';
Then in your template you can use the wolfltc-article
directive
<wolfltc-article [article]="article"></wolfltc-article>
This directive requires you provide a valid Article
object. To do that, import the Article
class in your template:
import { Article } from '@wolf_and_associates/article';
Then you create a new object:
this.article = new Article(article);
Instead of installing from NPM you will need to include a locally installed folder path on your machine. Assuming this repo is in the same directory as the projects you are currently running you would edit your package.json
file to include this library:
"@wolf_and_associates/article": "file:../wolfltc-ngx/dist/article",
Once added to your target repositories package.json
you should spin up the library
ng build --project Article --watch
Now that the library is being served, you can use npm i
on your target project followed by an ng serve
or whatever command is now serving that repo.
FAQs
Render Articles for end-users. This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 11.2.14.
The npm package @wolf_and_associates/article receives a total of 0 weekly downloads. As such, @wolf_and_associates/article popularity was classified as not popular.
We found that @wolf_and_associates/article demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.