You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,11 +85,11 @@ import { Cloudinary } from 'cloudinary-core';
85
85
exportclassAppModule { }
86
86
```
87
87
88
-
See [samples folder](samples) for a complete reference project.
88
+
See [samples folder](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples) for a complete reference project.
89
89
90
90
### Creating new image tags with cl-image & cl-transformation ##################################
91
91
92
-
The [cl-image](src/cloudinary-image.component.ts) component generates an `<image>` tag with requested transformation, type, and format.
92
+
The [cl-image](https://github.com/cloudinary/cloudinary_angular/blob/master/projects/angular-cld/src/lib/cloudinary-image.component.ts) component generates an `<image>` tag with requested transformation, type, and format.
93
93
The image tag can contain optional `<cl-transformation>` tags that will be used as chained transformations:
94
94
95
95
```html
@@ -161,11 +161,11 @@ Will be compiled by Angular to:
See additional usage examples [here](src/cloudinary-image-source.directive.spec.ts) and in the sample projects.
164
+
See additional usage examples [here](https://github.com/cloudinary/cloudinary_angular/blob/master/projects/angular-cld/src/lib/cloudinary-image.component.spec.ts) and in the sample projects.
You can find our sample projects, along with documentation in the [samples folder](samples).
168
+
You can find our sample projects, along with documentation in the [samples folder](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples).
169
169
170
170
:information_source: In order to run the samples you need to create a new file called config.ts with your cloud credentials.
171
171
Copy `config.ts.sample` in the sample of your choice and replace the placeholders with your credentials.
@@ -175,10 +175,10 @@ Both sample applications demonstrate a basic photo gallery showcasing basic imag
175
175
176
176
The samples differ by their bundling solution and upload implementation:
177
177
178
-
*[Photo album sample app](samples/photo_album)
178
+
*[Photo album sample app](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples/photo_album)
179
179
* Uses [ng2-file-upload](https://github.com/valor-software/ng2-file-upload) for uploading files using an opensource file uploader
180
180
* Uses [Webpack](https://webpack.github.io) for bundling and serving the application
181
-
*[Photo album sample app with jQuery](samples/photo_album_with_jquery)
181
+
*[Photo album sample app with jQuery](https://github.com/cloudinary/cloudinary_angular/tree/master/projects/angular-cld/samples/photo_album_with_jquery)
182
182
* Uses [Cloudinary's jQuery plugin](https://cloudinary.com/blog/direct_upload_made_easy_from_browser_or_mobile_app_to_the_cloud#direct_uploading_from_the_browser_using_jquery) for uploading files using jQuery and blueimp.
183
183
* Uses [SystemJS](https://github.com/systemjs/systemjs) for bundling the application and [lite-server](https://github.com/johnpapa/lite-server) for serving the application.
184
184
*[Photo Album AOT compilation](samples/photo_album_aot)
0 commit comments