Skip to content

Commit 6ef56a6

Browse files
committed
translation link
1 parent c3da5ac commit 6ef56a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Many of my styles have been from the many pair programming sessions [Ward Bell](
1616
## See the Styles in a Sample App
1717
While this guide explains the *what*, *why* and *how*, I find it helpful to see them in practice. This guide is accompanied by a sample application that follows these styles and patterns. You can find the [sample application (named modular) here](https://github.com/johnpapa/ng-demos) in the `modular` folder. Feel free to grab it, clone it, or fork it. [Instructions on running it are in its readme](https://github.com/johnpapa/ng-demos/tree/master/modular).
1818

19+
>[Translations of this Angular style guide](./i18n) are maintained by the community and can be found here.
20+
1921
## Table of Contents
2022

2123
1. [Single Responsibility](#single-responsibility)
@@ -2078,7 +2080,7 @@ While this guide explains the *what*, *why* and *how*, I find it helpful to see
20782080

20792081
configure.$inject =
20802082
['routerHelperProvider', 'exceptionHandlerProvider', 'toastr'];
2081-
2083+
20822084
function configure (routerHelperProvider, exceptionHandlerProvider, toastr) {
20832085
exceptionHandlerProvider.configure(config.appErrorPrefix);
20842086
configureStateHelper();

0 commit comments

Comments
 (0)