Skip to content

Edit License year & Merge the two singletons blocks #857

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2016 John Papa
Copyright (c) 2014-2018 John Papa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 2 additions & 9 deletions a2/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The purpose of this style guide is to provide guidance on building Angular appli
## Community Awesomeness and Credit
Never work in a vacuum. I find that the Angular community is an incredible group who are passionate about sharing experiences. Many of my styles have been from the many pair programming sessions [Ward Bell](https://twitter.com/wardbell) and I have had. My friend Ward has certainly helped influence the ultimate evolution of this guide.

##Translations
## Translations
Translations of this Angular 2 style guide are maintained by the community. Due to the in flux nature of this guide, I will hold off on accepting contributions for the time being. But I hope to get the same amazing contributions we had for the v1 of the guide!

## Table of Contents
Expand Down Expand Up @@ -149,6 +149,7 @@ Translations of this Angular 2 style guide are maintained by the community. Due
###### [Style [A2-040](#style-a2-040)]

- Services are singletons and should be used for sharing data and functionality.
- Factories are singletons and return an object that contains the members of the service.

**example coming soon**

Expand All @@ -163,14 +164,6 @@ Translations of this Angular 2 style guide are maintained by the community. Due

**[Back to top](#table-of-contents)**

### Singletons
###### [Style [A2-051](#style-a2-051)]

- Factories are singletons and return an object that contains the members of the service.

**example coming soon**

**[Back to top](#table-of-contents)**

### Accessible Members Up Top
###### [Style [A2-052](#style-a2-052)]
Expand Down