
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
ng6-date-countdown
Advanced tools
Fork https://github.com/matheushf/ng2-date-countdown
npm install ng2-date-countdown --save
In your app.module
, add CountDown
to your declarations:
import {CountDown} from "ng2-date-countdown";
@NgModule({
declarations: [
AppComponent,
CountDown
],
imports: [
BrowserModule
],
bootstrap: [AppComponent]
})
(reached)="someFunction($event)" You can use a Callback function for when it reaches 0"
[text]: Change the text displayed in the date
[units]: Choose wich units do you wanna display
[divider]: Choose what do you want to divade the dates
[showZeros]: Choose if you want to show a zero before the number '01 Days'
In your html template:
<countdown units="Year | Month | Days | Hours | Minutes | Seconds" end="July 22, 2019"></countdown>
To set a custom Language and divider, set this variable in your component.ts file:
text:any = {
Year: 'Year',
Month: 'Month',
Weeks: "Weeks",
Days: "Days",
Hours: "Hours",
Minutes: "Minutes",
Seconds: "Seconds",
MilliSeconds: "MilliSeconds"
};
In your .html:
<countdown (reached)="callback($event)" [text]="text" units="Year | Month | Days | Hours | Minutes | Seconds" end="July 22, 2019"></countdown>
To customize the Countdown (.scss), use the class from it (you can inspect from chrome elements) and put the '/deep/' before them, example:
/deep/ .countdown {
width: 100%;
height: 100px;
background: black;
.measurements {
color: white;
margin-right: 5px;
padding: 10px;
}
.divider {
font-size: 30px;
}
@todo
Inspired on the component: https://github.com/previousdeveloper/angular2-simple-countdown
FAQs
Angular6 Simple Date CountDown
The npm package ng6-date-countdown receives a total of 1 weekly downloads. As such, ng6-date-countdown popularity was classified as not popular.
We found that ng6-date-countdown 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
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.