Skip to content

Instantly share code, notes, and snippets.

@partharanjan
Created October 30, 2018 09:53
Show Gist options
  • Save partharanjan/f5c7bdfc727523e12885373b858d2340 to your computer and use it in GitHub Desktop.
Save partharanjan/f5c7bdfc727523e12885373b858d2340 to your computer and use it in GitHub Desktop.
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'lib-ngx-color-spinner',
template: `
<p>
ngx-color-spinner works!
</p>
`,
styles: []
})
export class NgxColorSpinnerComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment