Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.1.0 #179

Merged
merged 4 commits into from
Nov 3, 2017
Merged

v4.1.0 #179

merged 4 commits into from
Nov 3, 2017

Conversation

MurhafSousli
Copy link
Owner

@MurhafSousli MurhafSousli commented Nov 3, 2017

  • feat(New themes) Include more themes with the package.
  • refactor(ShareButtonsComponent) remove text from more & less buttons.

Breaking Change:

Now HttpClientModule and HttpClientModule should be imported manually

import { ShareButtonsModule } from 'ngx-sharebuttons';

@NgModule({
  imports: [
    HttpClientModule,
    HttpClientJsonpModule,
    ShareButtonsModule.forRoot()
  ]
})

@MurhafSousli MurhafSousli merged commit 02e9fe6 into master Nov 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Problem with import of HttpClientModule overwriting interceptors
1 participant