New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

custom-elements-aitarget

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

custom-elements-aitarget

An experimental custom element which demonstrates usage of Angular Elements

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Made With Love   Tweet

npm Package Version License

A custom element that displays a "Made With Love" message:

Disclaimer

This is an experimental project which uses Angular Elements for demonstration purposes. Don't use this custom element in production!

For additional information, check out this article.

Dependencies

Nothing :smirk:

How to Install

CDN

Copy the following stylesheet link into your <head>:

<link rel="stylesheet" href="https://unpkg.com/angular-made-with-love/dist/made-with-love.css">

Copy the following script reference before the closing of your <body>:

<script src="https://unpkg.com/angular-made-with-love/dist/made-with-love.js"></script>

npm

Alternatively, you can install this package using npm:

npm install angular-made-with-love

Then, you should load both above files out of node-modules/angular-made-with-love/dist.

How to Use

Insert the following line in your html file:

<made-with-love name="Nitay Neeman" url="http://nitayneeman.com" size="1.5"></made-with-love>

Parameters

ParameterTypeDescription
nameStringMandatory
urlStringOptional
colorStringAny valid color format (RGB, Hex, etc.) for the heart
sizeNumberA positive real number

Demo

Check out this link.

License

Released under the MIT License.


This README was written with :heart:.

Keywords

Angular

FAQs

Package last updated on 08 Jun 2018

Did you know?

Socket

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.

Install

Related posts