https://github.com/c-martinez/regis-layers

Regis layers angular service

https://github.com/c-martinez/regis-layers

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (4.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Regis layers angular service

Basic Info
  • Host: GitHub
  • Owner: c-martinez
  • License: apache-2.0
  • Language: TypeScript
  • Default Branch: master
  • Size: 27.3 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 8 years ago · Last pushed about 8 years ago
Metadata Files
Readme License

README.MD

regis-layers

Generated with generator-angular2-library

Installation

To install this library, run:

bash $ npm install regis-layers --save

Consuming your library

Once you have published your library to npm, you can import your library in any Angular application by running:

bash $ npm install regis-layers

and then from your Angular AppModule:

```typescript import { BrowserModule } from '@angular/platform-browser'; import { NgModule } from '@angular/core';

import { AppComponent } from './app.component';

// Import your library import { SampleModule } from 'regis-layers';

@NgModule({ declarations: [ AppComponent ], imports: [ BrowserModule,

// Specify your library as an import
LibraryModule

], providers: [], bootstrap: [AppComponent] }) export class AppModule { } ```

Once your library is imported, you can use its components, directives and pipes in your Angular application:

xml <!-- You can now use your library component in app.component.html --> <h1> {{title}} </h1> <sampleComponent></sampleComponent>

Development

To generate all *.js, *.d.ts and *.metadata.json files:

bash $ npm run build

To lint all *.ts files:

bash $ npm run lint

License

MIT © Carlos

Owner

  • Name: Carlos Martinez
  • Login: c-martinez
  • Kind: user
  • Company: @NLeSC

GitHub Events

Total
Last Year

Committers

Last synced: 11 months ago

All Time
  • Total Commits: 9
  • Total Committers: 1
  • Avg Commits per committer: 9.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Carlos c****z@e****l 9
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels