diff --git a/projects/documentation/public/i18n/en.json b/projects/documentation/public/i18n/en.json index e8a7973..4609891 100644 --- a/projects/documentation/public/i18n/en.json +++ b/projects/documentation/public/i18n/en.json @@ -348,5 +348,90 @@ "TABLE_TAB_SECOND": "HTML Code", "TABLE_TAB_THIRD": "TypeScript Code" } + }, + "FLEXI_TOAST": { + "WHAT_IS": { + "CARD_TITLE": "What is Flexi Toast?", + "DESCRIPTION_ONE": "Meet the elegant and practical Toast and Swal that you can use in your Angular applications.", + "LINKED_DESCRIPTION_ONE": "Flexi Toast is open source. You can access the source code by clicking here.", + "DESCRIPTION_TWO": "By reviewing the documentation step by step, you can learn how to install and use Flexi Toast in your project. Below is an example of Flexi Toast. After this section, you will learn step by step how to install and configure the component.", + "NOTE_ALERT_PRIMARY": "Note: You can use it in Angular v18+ projects.", + "CURRENT_VERSION": "Current version v19.", + "NOTE_ALERT_DANGER": "For v18, you must use the v18 versions of the package.", + "CODE_DESCRIPTION": "The usage example is below.", + "EXAMPLE": "Example" + }, + "INSTALLATION": { + "CARD_TITLE": "Installation", + "DESCRIPTION": "To use/update Flexi Toast in your Angular project, you should run the following npm command", + "NOTE_ALERT": "Important Note: The toast or swal will not be visible on the screen unless you add the CSS file to the styles section!", + "USAGE_DESCRIPTION": "After installing the library, you need to add the CSS file to the styles section in the angular.json file. If the application is running while you do this, stop it and run it again." + }, + "TOAST_USE_PAGE": { + "CARD_TITLE": "Toast Usage", + "DESCRIPTION": "To use the toast in your component, inject the service and display the toast using the showToast method. You can modify your settings through the options in the service, or create your own settings and set them to the options in the service." + }, + "TOAST_TEST_PAGE": { + "CARD_TITLE": "Toast Test", + "DESCRIPTION": "You can test all features of the Toast from this section.", + "FIRST_LABEL": "Title", + "FOURTH_LABEL": "Position", + "OPTION_TOP_LEFT": "Top left", + "OPTION_TOP_RIGHT": "Top right", + "OPTION_BOTTOM_LEFT": "Bottom left", + "OPTION_BOTTOM_RIGHT": "Bottom right", + "OPTION_TOP_FULL": "Top full", + "OPTION_BOTTOM_FULL": "Bottom full", + "CHECKBOX_ONE": "Auto close", + "CHECKBOX_TWO": "Show close button", + "CHECKBOX_THREE": "Show progress bar", + "CHECKBOX_FOUR": "Prevent multiple toasts from showing", + "BUTTON": "Show Toast" + }, + "SWAL_USE_PAGE": { + "CARD_TITLE": "Swal Usage", + "DESCRIPTION": "To use Swal in your component, inject the service and display the Swal using the showSwal method. This method requires a callback function as a parameter. With this approach, you can code what action to perform if the response is confirmed, for example, when the delete button is pressed. You can modify your settings through the options in the service, or create your own settings and set them to the options in the service." + }, + "SWAL_TEST_PAGE": { + "CARD_TITLE": "Swal Test", + "DESCRIPTION": "You can test all features of Swal from this section.", + "FIRST_LABEL": "Title", + "BUTTON": "Show Swal" + } + }, + "FLEXI_TOOLTIP": { + "INSTALLATION": { + "CARD_TITLE": "Installation", + "DESCRIPTION_ONE": "An elegant and practical tooltip that you can use in your Angular applications. After adding it as an attribute to an element, simply add the title attribute and provide a value. It allows you to display the value of the title attribute on the screen with the design I have created.", + "DESCRIPTION_TWO": "To use/update Flexi Tooltip, you should run the following npm command", + "CARD_TITLE_TWO": "Usage", + "TAB_FIRST": "Example", + "TAB_PANE_FIRST": "Example usages", + "TOOLTIP_ONE": "Open", + "TOOLTIP_TWO": "Save", + "TOOLTIP_THREE": "Update", + "TOOLTIP_FOUR": "Delete", + "TAB_PANE_SECOND": "HTML Codes", + "TAB_PANE_THIRD": "Typescript Codes" + } + }, + "FLEXI_TREEVIEW": { + "FIRST_PART": { + "CARD_TITLE": "What is Flexi Treeview?", + "DESCRIPTION_ONE": "Meet Flexi Treeview, the new member of our Flexi UI library.", + "LINKED_DESCRIPTION_ONE": "Flexi Treeview is open source. You can access the source code by clicking here.", + "DESCRIPTION_TWO": "With Flexi Treeview, you can display nested lists of any depth, collapse or expand all items, check items with checkboxes, and easily perform necessary operations using add, update, delete, and detail buttons.", + "LINKED_DESCRIPTION_TWO": "To contribute to the project and support me, don't forget to star (⭐) the GitHub repository. Click here to access the GitHub repository.", + "DESCRIPTION_THREE": "By reviewing the documentation step by step, you can learn how to install and use Flexi Grid in your project. Below is an example that includes all the features of Flexi Grid. After this section, you will learn step by step how to install and configure the component.", + "NOTE_ALERT_PRIMARY": "Note: You can use it in Angular v18+ projects.", + "CURRENT_VERSION": "Current version v19.", + "NOTE_ALERT_DANGER": "For v18, you must use the v18 versions of the package.", + "DESCRIPTION_FOUR": "To use/update Flexi Treeview, you should run the following npm command in your Angular project." + }, + "SECOND_PART": { + "TAB_FIRST": "Example", + "TAB_PANE_SECOND": "HTML Codes", + "TAB_PANE_THIRD": "Typescript Codes" + } } } diff --git a/projects/documentation/public/i18n/tr.json b/projects/documentation/public/i18n/tr.json index 07fc26b..24fd585 100644 --- a/projects/documentation/public/i18n/tr.json +++ b/projects/documentation/public/i18n/tr.json @@ -349,5 +349,90 @@ "TABLE_TAB_SECOND": "HTML kodları", "TABLE_TAB_THIRD": "Typescript kodları" } + }, + "FLEXI_TOAST": { + "WHAT_IS": { + "CARD_TITLE": "Flexi Toast nedir?", + "DESCRIPTION_ONE": "Angular uygulamalarınızda kullanabileceğiniz, şık ve kullanışlı Toast ve Swal ile tanışın.", + "LINKED_DESCRIPTION_ONE": "Flexi Toast açık kaynak kodludur. Kaynak kodlarına buraya tıklayarak ulaşabilirsiniz.", + "DESCRIPTION_TWO": "Dökümantasyonu adım adım inceleyerek Flexi Toast'ı projenize nasıl kurup kullanabileceğinizi öğrenebilirsiniz. Aşağıda Flexi Toast'ın bir örneği bulunmaktadır. Bu başlıktan sonra, bileşeni nasıl kurup yapılandıracağınızı adım adım öğreneceksiniz.", + "NOTE_ALERT_PRIMARY": "Not: Angular v18+ projelerinde kullanabilirsiniz.", + "CURRENT_VERSION": "Güncel sürüm v19.", + "NOTE_ALERT_DANGER": "v18 için paketin v18 sürümlerini kullanmalısınız.", + "CODE_DESCRIPTION": "Kullanım örneği aşağıdadır.", + "EXAMPLE": "Örnek" + }, + "INSTALLATION": { + "CARD_TITLE": "Kurulum", + "DESCRIPTION": "Flexi Toast'ı kullanmak/güncellemek için Angular projenizde aşağıdaki npm komutunu çalıştırmalısınız", + "NOTE_ALERT": "Önemli Not: css dosyasını styles kısmına eklemeden toast veya swalı ekranda görünmez!", + "USAGE_DESCRIPTION": "Kütüphaneyi kurduktan sonra css dosyasını angular.json dosyasındaki styles kısmına eklemeniz gerekiyor. Bu esnada uygulamaya çalışıyorsa durdurup tekrar çalıştırın" + }, + "TOAST_USE_PAGE": { + "CARD_TITLE": "Toast Kullanım", + "DESCRIPTION": "Toastı kullanmak istediğiniz component de servisi inject edip showToast metodu ile toast görüntüleyebilirsiniz. Service de bulunan options üzerinden ayarlarınızı değiştirebilir ya da kendi ayarlarınızı oluşturup servicedeki options a set edebilirsiniz." + }, + "TOAST_TEST_PAGE": { + "CARD_TITLE": "Toast Test", + "DESCRIPTION": "Bu bölümden Toast'ın tüm özelliklerini test edebilirsiniz.", + "FIRST_LABEL": "Başlık", + "FOURTH_LABEL": "Pozisyon", + "OPTION_TOP_LEFT": "Yukarı sol", + "OPTION_TOP_RIGHT": "Yukarı sağ", + "OPTION_BOTTOM_LEFT": "Aşağı sol", + "OPTION_BOTTOM_RIGHT": "Aşağı sağ", + "OPTION_TOP_FULL": "Yukarı full", + "OPTION_BOTTOM_FULL": "Aşağı full", + "CHECKBOX_ONE": "Otomatik kapat", + "CHECKBOX_TWO": "Kapat butonunu göster", + "CHECKBOX_THREE": "Progess barı göster", + "CHECKBOX_FOUR": "Birden fazla toast gözükmesini engelle", + "BUTTON": "Toast Göster" + }, + "SWAL_USE_PAGE": { + "CARD_TITLE": "Swal Kullanım", + "DESCRIPTION": "Swalı kullanmak istediğiniz component de servisi inject edip showSwal metodu ile swalı görüntüleyebilirsiniz. Metot parametre olarak callBack funtion istiyor. Bu yöntemle de eğer sorunuz onaylanırsa, örneğin sil tuşuna basılırsa ne işlem yapacağınızı kodlayabiliyorsunuz. Service de bulunan options üzerinden ayarlarınızı değiştirebilir ya da kendi ayarlarınızı oluşturup servicedeki options a set edebilirsiniz." + }, + "SWAL_TEST_PAGE": { + "CARD_TITLE": "Swal Test", + "DESCRIPTION": "Bu bölümden Swal'ın tüm özelliklerini test edebilirsiniz.", + "FIRST_LABEL": "Başlık", + "BUTTON": "Swal Göster" + } + }, + "FLEXI_TOOLTIP": { + "INSTALLATION": { + "CARD_TITLE": "Kurulum", + "DESCRIPTION_ONE": "Angular uygulamalarınızda kullanabileceğiniz, şık ve kullanışlı tooltip. Attribute olarak elemente ekledikten sonra title attribute ekleyip değer vermeniz yeterli. Onun içindeki değeri oluşturduğum tasarımla ekranda göstermenize olanak sağlar.", + "DESCRIPTION_TWO": "Flexi Tooltip'i kullanmak/güncellemek için aşağıdaki npm komutunu çalıştırmalısınız", + "CARD_TITLE_TWO": "Kullanım", + "TAB_FIRST": "Örnek", + "TAB_PANE_FIRST": "Örnek kullanımları", + "TOOLTIP_ONE": "Aç", + "TOOLTIP_TWO": "Kaydet", + "TOOLTIP_THREE": "Güncelle", + "TOOLTIP_FOUR": "Sil", + "TAB_PANE_SECOND": "HTML Kodları", + "TAB_PANE_THIRD": "Typescript kodları" + } + }, + "FLEXI_TREEVIEW": { + "FIRST_PART": { + "CARD_TITLE": "Flexi Treeview nedir?", + "DESCRIPTION_ONE": "Flexi UI kütüphanemizin yeni üyesi Flexi Treeview ile tanışın..", + "LINKED_DESCRIPTION_ONE": "Flexi Treview, açık kaynak kodludur. Kaynak kodlarına buraya tıklayarak ulaşabilirsiniz.", + "DESCRIPTION_TWO": "Flexi Treeview ile n sayıda listesiyi iç içe gösterebilir, tamamını kapatabilir, açabilir, checkbox ile işaretleyebilir, ekleme, güncelleme, silme ve detay butonları ile gerekli işlemleri kolayca gerçekleştirebilirsiniz.", + "LINKED_DESCRIPTION_TWO": "Projeye katkıda bulunmak ve bana destek vermek için GitHub reposuna bir yıldız (⭐) atmayı unutmayın. GitHub reposuna ulaşmak için tıklayın.", + "DESCRIPTION_THREE": "Dökümantasyonu adım adım inceleyerek Flexi Grid'i projenize nasıl kurup kullanabileceğinizi öğrenebilirsiniz. Aşağıda, Flexi Grid'in tüm özelliklerini içeren bir örnek bulunmaktadır. Bu başlıktan sonra, bileşeni nasıl kurup yapılandıracağınızı adım adım öğreneceksiniz.", + "NOTE_ALERT_PRIMARY": "Not: Angular v18+ projelerinde kullanabilirsiniz.", + "CURRENT_VERSION": "Güncel sürüm v19.", + "NOTE_ALERT_DANGER": "v18 için paketin v18 sürümlerini kullanmalısınız.", + "DESCRIPTION_FOUR": "Flexi Treeview'i kullanmak/güncellemek için Angular projenizde aşağıdaki npm komutunu çalıştırmalısınız" + }, + "SECOND_PART": { + "TAB_FIRST": "Örnek", + "TAB_PANE_SECOND": "HTML Kodları", + "TAB_PANE_THIRD": "Typescript kodları" + } } } diff --git a/projects/documentation/src/app/flexi-toast/flexi-toast.component.html b/projects/documentation/src/app/flexi-toast/flexi-toast.component.html index 4ab570a..ad34e07 100644 --- a/projects/documentation/src/app/flexi-toast/flexi-toast.component.html +++ b/projects/documentation/src/app/flexi-toast/flexi-toast.component.html @@ -1,22 +1,17 @@ - + - -

Angular uygulamalarınızda kullanabileceğiniz, şık ve kullanışlı Toast ve Swal ile tanışın.

-

Flexi Toast açık kaynak kodludur. Kaynak kodlarına buraya tıklayarak ulaşabilirsiniz.

-
-

Projeye katkıda bulunmak ve bana destek vermek için GitHub reposuna bir yıldız (⭐) atmayı unutmayın. GitHub reposuna ulaşmak için - tıklayın.

-

Dökümantasyonu adım adım inceleyerek Flexi Toast'ı projenize nasıl kurup kullanabileceğinizi öğrenebilirsiniz. Aşağıda Flexi Toast'ın bir örneği bulunmaktadır. Bu başlıktan sonra, bileşeni nasıl kurup yapılandıracağınızı adım adım öğreneceksiniz.

-

Not: Angular v18+ projelerinde kullanabilirsiniz.

+ +

{{t('DESCRIPTION_ONE')}}

+

+
+

{{t('DESCRIPTION_TWO')}}

+

{{t('NOTE_ALERT_PRIMARY')}}

-

Güncel sürüm v19.

-

v18 için paketin v18 sürümlerini kullanmalısınız.

+

{{t('CURRENT_VERSION')}}

+

{{t('NOTE_ALERT_DANGER')}}


-

Kullanım örneği aşağıdadır.

+

{{t('CODE_DESCRIPTION')}}

diff --git a/projects/documentation/src/app/flexi-toast/flexi-toast.component.ts b/projects/documentation/src/app/flexi-toast/flexi-toast.component.ts index 8ca2266..aa661ee 100644 --- a/projects/documentation/src/app/flexi-toast/flexi-toast.component.ts +++ b/projects/documentation/src/app/flexi-toast/flexi-toast.component.ts @@ -3,6 +3,7 @@ import { Component} from '@angular/core'; import { CardComponent } from '../blank/card/card.component'; import { BlankComponent } from '../blank/blank.component'; import { FormsModule } from '@angular/forms'; +import { TranslocoModule } from '@jsverse/transloco'; @Component({ selector: 'app-flexi-toast', @@ -11,6 +12,7 @@ import { FormsModule } from '@angular/forms'; CardComponent, CommonModule, FormsModule, + TranslocoModule ], templateUrl: './flexi-toast.component.html', styleUrl: './flexi-toast.component.css' diff --git a/projects/documentation/src/app/flexi-toast/installation/installation.component.html b/projects/documentation/src/app/flexi-toast/installation/installation.component.html index aed550f..5e54950 100644 --- a/projects/documentation/src/app/flexi-toast/installation/installation.component.html +++ b/projects/documentation/src/app/flexi-toast/installation/installation.component.html @@ -1,12 +1,12 @@ - - + +
-

Flexi Toast'ı kullanmak/güncellemek için Angular projenizde aşağıdaki npm komutunu çalıştırmalısınız

+

{{t('DESCRIPTION')}}

npm install flexi-toast
-
Önemli Not: css dosyasını styles kısmına eklemeden toast veya swalı ekranda görünmez!
-

Kütüphaneyi kurduktan sonra css dosyasını angular.json dosyasındaki styles kısmına eklemeniz gerekiyor. Bu esnada uygulamaya çalışıyorsa durdurup tekrar çalıştırın

+
{{t('NOTE_ALERT')}}
+

{{t('USAGE_DESCRIPTION')}}

angular.json
{{angularJSONCode()}}
diff --git a/projects/documentation/src/app/flexi-toast/installation/installation.component.ts b/projects/documentation/src/app/flexi-toast/installation/installation.component.ts index 874af9a..b0ae876 100644 --- a/projects/documentation/src/app/flexi-toast/installation/installation.component.ts +++ b/projects/documentation/src/app/flexi-toast/installation/installation.component.ts @@ -1,13 +1,15 @@ import { Component, signal } from '@angular/core'; import { SharedModule } from '../../shared.module'; +import { TranslocoModule } from '@jsverse/transloco'; -@Component({ - selector: 'app-installation', - imports: [ - SharedModule - ], - templateUrl: './installation.component.html', - styleUrl: './installation.component.css' +@Component({ + selector: 'app-installation', + imports: [ + SharedModule, + TranslocoModule + ], + templateUrl: './installation.component.html', + styleUrl: './installation.component.css' }) export default class InstallationComponent { angularJSONCode = signal(`{ diff --git a/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.html b/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.html index 4b28ec8..621aedc 100644 --- a/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.html +++ b/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.html @@ -1,12 +1,12 @@ - - + +
-

Bu bölümden Swal'ın tüm özelliklerini test edebilirsiniz

+

{{t('DESCRIPTION')}}

- +
@@ -32,7 +32,7 @@
- +
diff --git a/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.ts b/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.ts index 7ea5816..08b872d 100644 --- a/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.ts +++ b/projects/documentation/src/app/flexi-toast/swal-test/swal-test.component.ts @@ -1,12 +1,13 @@ import { Component, signal } from '@angular/core'; import { SharedModule } from '../../shared.module'; import { FlexiToastOptionsModel, FlexiToastService } from 'flexi-toast'; +import { TranslocoModule } from '@jsverse/transloco'; -@Component({ - selector: 'app-swal-test', - imports: [SharedModule], - templateUrl: './swal-test.component.html', - styleUrl: './swal-test.component.css' +@Component({ + selector: 'app-swal-test', + imports: [SharedModule,TranslocoModule], + templateUrl: './swal-test.component.html', + styleUrl: './swal-test.component.css' }) export default class SwalTestComponent { swalTitle = signal("Sil?"); diff --git a/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.html b/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.html index 6e52a9f..dee0215 100644 --- a/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.html +++ b/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.html @@ -1,11 +1,11 @@ - - + +
-

Swalı kullanmak istediğiniz component de servisi inject edip showSwal metodu ile swalı görüntüleyebilirsiniz. Metot parametre olarak callBack funtion istiyor. Bu yöntemle de eğer sorunuz onaylanırsa, örneğin sil tuşuna basılırsa ne işlem yapacağınızı kodlayabiliyorsunuz. Service de bulunan options üzerinden ayarlarınızı değiştirebilir ya da kendi ayarlarınızı oluşturup servicedeki options a set edebilirsiniz.

+

{{t('DESCRIPTION')}}

diff --git a/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.ts b/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.ts index d7b57fa..f4cd54a 100644 --- a/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.ts +++ b/projects/documentation/src/app/flexi-toast/swal-use/swal-use.component.ts @@ -1,12 +1,13 @@ import { Component, signal } from '@angular/core'; import { SharedModule } from '../../shared.module'; import { FlexiToastOptionsModel, FlexiToastService } from 'flexi-toast'; +import { TranslocoModule } from '@jsverse/transloco'; -@Component({ - selector: 'app-swal-use', - imports: [SharedModule], - templateUrl: './swal-use.component.html', - styleUrl: './swal-use.component.css' +@Component({ + selector: 'app-swal-use', + imports: [SharedModule,TranslocoModule], + templateUrl: './swal-use.component.html', + styleUrl: './swal-use.component.css' }) export default class SwalUseComponent { swalTSCode = signal(`options = signal({ diff --git a/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.html b/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.html index 7b29409..da65d58 100644 --- a/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.html +++ b/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.html @@ -1,13 +1,13 @@ - - + +
-

Bu bölümden Toast'ın tüm özelliklerini test edebilirsiniz

+

{{t('DESCRIPTION')}}

- +
@@ -24,14 +24,14 @@
- +
@@ -39,25 +39,25 @@
@@ -74,7 +74,7 @@
- +
diff --git a/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.ts b/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.ts index 7cf7597..93fdf46 100644 --- a/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.ts +++ b/projects/documentation/src/app/flexi-toast/toast-test/toast-test.component.ts @@ -1,12 +1,13 @@ import { Component, signal } from '@angular/core'; import { SharedModule } from '../../shared.module'; import { FlexiToastOptionsModel, FlexiToastService } from 'flexi-toast'; +import { TranslocoModule } from '@jsverse/transloco'; -@Component({ - selector: 'app-toast-test', - imports: [SharedModule], - templateUrl: './toast-test.component.html', - styleUrl: './toast-test.component.css' +@Component({ + selector: 'app-toast-test', + imports: [SharedModule,TranslocoModule], + templateUrl: './toast-test.component.html', + styleUrl: './toast-test.component.css' }) export default class ToastTestComponent { options = signal({ diff --git a/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.html b/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.html index b873d40..02f517e 100644 --- a/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.html +++ b/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.html @@ -1,10 +1,10 @@ - - + +
-

Toastı kullanmak istediğiniz component de servisi inject edip showToast metodu ile toast görüntüleyebilirsiniz. Service de bulunan options üzerinden ayarlarınızı değiştirebilir ya da kendi ayarlarınızı oluşturup servicedeki options a set edebilirsiniz.

+

{{t('DESCRIPTION')}}

diff --git a/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.ts b/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.ts index c1cd3aa..d7eac6e 100644 --- a/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.ts +++ b/projects/documentation/src/app/flexi-toast/toast-use/toast-use.component.ts @@ -1,14 +1,16 @@ import { Component, signal } from '@angular/core'; import { SharedModule } from '../../shared.module'; import { FlexiToastOptionsModel, FlexiToastService } from 'flexi-toast'; +import { TranslocoModule } from '@jsverse/transloco'; -@Component({ - selector: 'app-toast-use', - imports: [ - SharedModule - ], - templateUrl: './toast-use.component.html', - styleUrl: './toast-use.component.css' +@Component({ + selector: 'app-toast-use', + imports: [ + SharedModule, + TranslocoModule + ], + templateUrl: './toast-use.component.html', + styleUrl: './toast-use.component.css' }) export default class ToastUseComponent { toastTSCode = signal(`options = signal({ diff --git a/projects/documentation/src/app/flexi-tooltip/flexi-tooltip.component.html b/projects/documentation/src/app/flexi-tooltip/flexi-tooltip.component.html index f5b0521..a601048 100644 --- a/projects/documentation/src/app/flexi-tooltip/flexi-tooltip.component.html +++ b/projects/documentation/src/app/flexi-tooltip/flexi-tooltip.component.html @@ -1,17 +1,17 @@ - - + +
-

Angular uygulamalarınızda kullanabileceğiniz, şık ve kullanışlı tooltip. Attribute olarak elemente ekledikten sonra title attribute ekleyip değer vermeniz yeterli. Onun içindeki değeri oluşturduğum tasarımla ekranda göstermenize olanak sağlar.

-

Flexi Tooltip'i kullanmak/güncellemek için aşağıdaki npm komutunu çalıştırmalısınız

+

{{t('DESCRIPTION_ONE')}}

+

{{t('DESCRIPTION_TWO')}}

npm install flexi-tooltip
- +